in-the-database-2/package.json

32 lines
833 B
JSON

{
"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": {
"@types/express": "github:types/express",
"@types/mongoose": "^5.7.36",
"axios": "^0.20.0",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-fileupload": "^1.2.0",
"mongoose": "^5.10.2",
"mongoose-int32": "^0.4.1",
"node-stream-zip": "^1.11.3",
"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"
}
}