{ "name": "icydns", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "watch": "tsc -w", "start": "node dist/index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bcrypt": "^5.0.1", "cors": "^2.8.5", "express": "^4.17.1", "express-async-errors": "^3.1.1", "uuid": "^8.3.2" }, "devDependencies": { "@types/bcrypt": "^5.0.0", "@types/cors": "^2.8.12", "@types/express": "^4.17.13", "@types/node": "^16.7.10", "@types/uuid": "^8.3.1", "typescript": "^4.4.2" } }