mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
Snyk has created this PR to upgrade axios from 1.2.4 to 1.2.5. See this package in npm: https://www.npmjs.com/package/axios See this project in Snyk: https://app.snyk.io/org/srizan10/project/c8748168-1fc9-4720-8357-c159aa7a84a0?utm_source=github&utm_medium=referral&page=upgrade-pr
36 lines
915 B
JSON
36 lines
915 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\"",
|
|
"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": {
|
|
"axios": "^1.2.5",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.1",
|
|
"express-rate-limit": "^6.6.0",
|
|
"mongoose": "^6.6.5",
|
|
"swagger-ui-express": "^4.6.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.14",
|
|
"@types/swagger-ui-express": "^4.1.3",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|