{ "name": "ud-api", "version": "1.0.0", "description": "", "main": "dist/server/app.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "nodemon ." }, "keywords": [], "author": "", "license": "ISC", "devDependencies": { "@types/express": "^4.17.13", "@types/node": "^17.0.39", "nodemon": "^2.0.16", "typescript": "^4.7.3" }, "dependencies": { "axios": "^0.27.2", "cheerio": "^1.0.0-rc.11", "express": "^4.18.1" } }