{ "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", "build": "tsc" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/node": "^16.4.1", "@types/tough-cookie": "^4.0.1", "axios": "^0.21.1", "axios-cookiejar-support": "^1.0.1", "cors": "^2.8.5", "dotenv": "^10.0.0", "express": "^4.17.1", "express-validator": "^6.12.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" } }