AIArchives / archives /neonstrike /app /package.json
CompactAI's picture
Upload 126 files
f6b8770 verified
Raw
History Blame Contribute Delete
271 Bytes
{
"name": "neonstrike",
"version": "1.0.0",
"description": "NEONSTRIKE multiplayer server",
"main": "server/index.js",
"scripts": {
"start": "node server/index.js"
},
"type": "commonjs",
"license": "ISC",
"dependencies": {
"ws": "^8.21.0"
}
}