in-the-database-2/package.json

32 lines
833 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",
"@types/mongoose": "^5.7.36",
"axios": "^0.20.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
2020-09-02 16:03:49 +00:00
"express-fileupload": "^1.2.0",
"mongoose": "^5.10.2",
2020-09-02 14:13:26 +00:00
"mongoose-int32": "^0.4.1",
"node-stream-zip": "^1.11.3",
2020-09-02 13:12:05 +00:00
"typescript": "^4.0.2",
"winston": "^3.3.3"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"eslint": "^7.8.1"
}
}