Files
api/package.json
snyk-bot 83764b3858 fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-MONGOOSE-8446504
2024-12-09 06:06:43 +00:00

39 lines
988 B
JSON

{
"name": "api",
"version": "1.0.0",
"description": "This is my own API made with express. and that's probably it.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "tsc-watch --onSuccess \"node dist/index.js --dev\"",
"build": "tsc --build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SrIzan10/api.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SrIzan10/api/issues"
},
"homepage": "https://github.com/SrIzan10/api#readme",
"dependencies": {
"@prisma/client": "^5.4.2",
"axios": "^1.2.5",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.1",
"express-file-routing": "^3.0.3",
"express-rate-limit": "^6.6.0",
"mongoose": "^8.8.3",
"prisma": "^5.4.2"
},
"devDependencies": {
"@types/cors": "^2.8.13",
"@types/express": "^4.17.14",
"typescript": "^4.8.4"
}
}