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.
 
api/package.json

28 lines
604 B

{
"name": "natsuki-api",
"version": "1.0.0",
"main": "index.js",
"dependencies": {
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"chalk": "^4.1.0",
"cors": "^2.8.5",
"discord.js": "^14.7.1",
"dreidels": "^0.5.2",
"express": "^4.18.2",
"fuse.js": "^6.6.2",
"fuzzysort": "^2.0.4",
"gradient-string": "^2.0.2",
"helmet": "^6.0.1",
"jsonwebtoken": "^9.0.0",
"mongoose": "^6.8.4"
},
"scripts": {
"start": "cd api && node index",
"test": "node test"
},
"keywords": [],
"author": "wubzygd",
"license": "ISC",
"description": ""
}