{ "name": "PlutoDevExpressAPI", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start": "tsc && node ./dist/app.js", "build": "tsc", "debug": "export DEBUG=* && npm run start", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "debug": "^4.3.1", "dotenv": "^8.2.0", "express": "^4.17.1", "mariadb": "^2.5.3" }, "devDependencies": { "@types/debug": "^4.1.5", "@types/express": "^4.17.11", "source-map-support": "^0.5.19", "tslint": "^6.1.3", "typescript": "^4.1.5" } }