{ "name": "promise-learn", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "build": "rm -rf ./build && tsc", "start": "npm run build && node build/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "@types/node": "^14.14.20", "typescript": "^4.1.3" }, "dependencies": { "mariadb": "^2.5.2" } }