neo-double-hearts/package.json
2021-09-26 16:47:02 +08:00

43 行
1.1 KiB
JSON

{
"name": "neo-double-hearts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node build/index.js",
"build": "tsc"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/express-fileupload": "^1.1.7",
"@types/express-jwt": "^6.0.2",
"@types/jsonwebtoken": "^8.5.4",
"@types/node": "^16.4.1",
"@types/tough-cookie": "^4.0.1",
"@types/validator": "^13.6.3",
"axios": "^0.21.1",
"axios-cookiejar-support": "^1.0.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"express-fileupload": "^1.2.1",
"express-jwt": "^6.0.0",
"express-validator": "^6.12.1",
"form-data": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"promise-mysql": "^5.0.3",
"qs": "^6.10.1",
"reflect-metadata": "^0.1.13",
"tough-cookie": "^4.0.0",
"ts-node": "^10.1.0",
"typedi": "^0.10.0",
"validator": "^13.6.0"
}
}