neo-double-hearts/package.json
2021-07-24 19:12:00 +08:00

26 行
570 B
JSON

{
"name": "neo-double-hearts",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "build/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/cors": "^2.8.12",
"@types/express": "^4.17.13",
"@types/node": "^16.4.1",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"promise-mysql": "^5.0.3",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.1.0",
"typedi": "^0.10.0"
}
}