Natsuki's API!
https://api.natsuki.app
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
467 B
23 lines
467 B
2 years ago
|
{
|
||
|
"name": "natsuki-api",
|
||
|
"version": "1.0.0",
|
||
|
"main": "index.js",
|
||
|
"dependencies": {
|
||
|
"bcrypt": "^5.1.0",
|
||
|
"body-parser": "^1.20.1",
|
||
|
"cors": "^2.8.5",
|
||
|
"discord.js": "^14.7.1",
|
||
|
"express": "^4.18.2",
|
||
|
"helmet": "^6.0.1",
|
||
|
"jsonwebtoken": "^9.0.0",
|
||
|
"mongoose": "^6.8.4"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"keywords": [],
|
||
|
"author": "wubzygd",
|
||
|
"license": "ISC",
|
||
|
"description": ""
|
||
|
}
|