mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-JS-AXIOS-6032459
39 lines
988 B
JSON
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.6.0",
|
|
"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": "^6.6.5",
|
|
"prisma": "^5.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/cors": "^2.8.13",
|
|
"@types/express": "^4.17.14",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|