You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
apl-nuke/package.json

30 lines
567 B
JSON

{
"name": "nuke",
"version": "1.5.0",
"description": "APL Esports' Nuke Server",
"main": "index.js",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1",
"bufferutil": "^4.0.8",
"cors": "^2.8.5",
"dotenv": "^8",
"express": "^4",
"helmet": "^7",
"mongoose": "^8",
"morgan": "^1.10",
"utf-8-validate": "^6.0.3",
"uuid": "^9",
"ws": "^8"
},
"devDependencies": {
"nodemon": "^3.0"
}
}