{ "name": "requestbot", "version": "1.0.0", "description": "", "main": "/src/index.ts", "scripts": { "watch": "npx nodemon ./src/index.ts", "build": "npx tsc ./src/index.ts --outDir ./build && node ./build/index.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "dotenv": "^16.4.5", "nodemon": "^3.1.0", "ts-node": "^10.9.2", "typescript": "^5.4.5" } }