mirror of
https://github.com/SrIzan10/api.git
synced 2026-06-06 00:46:48 +00:00
32 lines
752 B
JSON
32 lines
752 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"
|
|
},
|
|
"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": "^0.27.2",
|
|
"body-parser": "^1.20.0",
|
|
"dotenv": "^16.0.3",
|
|
"express": "^4.18.1",
|
|
"express-rate-limit": "^6.6.0",
|
|
"mongoose": "^6.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/express": "^4.17.14"
|
|
}
|
|
}
|