2020-09-02 12:48:41 +00:00
|
|
|
{
|
|
|
|
"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",
|
|
|
|
"@types/mongoose": "^5.7.36",
|
2020-09-02 12:48:41 +00:00
|
|
|
"express": "^4.17.1",
|
2020-09-02 16:03:49 +00:00
|
|
|
"express-fileupload": "^1.2.0",
|
2020-09-02 12:48:41 +00:00
|
|
|
"mongoose": "^5.10.2",
|
2020-09-02 14:13:26 +00:00
|
|
|
"mongoose-int32": "^0.4.1",
|
2020-09-02 13:12:05 +00:00
|
|
|
"typescript": "^4.0.2",
|
|
|
|
"winston": "^3.3.3"
|
2020-09-02 13:17:26 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.0.1",
|
|
|
|
"@typescript-eslint/parser": "^4.0.1",
|
|
|
|
"eslint": "^7.8.1"
|
2020-09-02 12:48:41 +00:00
|
|
|
}
|
|
|
|
}
|