in-the-database-2/package.json

36 lines
952 B
JSON
Raw Normal View History

{
"name": "in-the-database-2",
"version": "0.0.0",
"description": "a site database for nitg modcharts",
"main": "built/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"quickrun": "tsc && node built/index.js",
"build": "tsc"
},
"author": "oatmealine",
"license": "MIT",
"dependencies": {
2020-09-02 14:44:44 +00:00
"@types/express": "github:types/express",
"adm-zip": "^0.5.1",
"axios": "^0.20.0",
2020-10-12 00:27:47 +00:00
"connect-mongo": "^3.2.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
2020-09-02 16:03:49 +00:00
"express-fileupload": "^1.2.0",
2020-10-12 00:27:47 +00:00
"express-session": "^1.17.1",
2020-12-26 20:03:34 +00:00
"mongoose": "^5.11.8",
2020-09-02 14:13:26 +00:00
"mongoose-int32": "^0.4.1",
2020-12-26 20:03:34 +00:00
"serve-favicon": "^2.5.0",
"typescript": "^4.1.3",
"uuid": "^8.3.2",
2020-09-02 13:12:05 +00:00
"winston": "^3.3.3"
},
"devDependencies": {
2020-12-26 20:03:34 +00:00
"@types/express-session": "^1.17.3",
"@typescript-eslint/eslint-plugin": "^4.11.0",
"@typescript-eslint/parser": "^4.11.0",
"eslint": "^7.16.0"
}
}