Initial commit

This commit is contained in:
2023-03-23 00:47:07 +01:00
commit 329b222e67
10 changed files with 1216 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
{
"type": "module",
"name": "p3x-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "NODE_VERSION=19 npm_config_prefix= $HOME/.nvm/nvm-exec .",
"dev": "NODE_VERSION=19 npm_config_prefix= $HOME/.nvm/nvm-exec ./node_modules/nodemon/bin/nodemon.js .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.sys36.net:windows-96/online-services/p3-relay.git"
},
"author": "Windows96 Team",
"license": "UNLICENSED",
"dependencies": {
"dotenv": "^16.0.3",
"protobufjs": "^7.2.2",
"ws": "^8.13.0"
},
"devDependencies": {
"nodemon": "^2.0.21"
},
"optionalDependencies": {
"bufferutil": "^4.0.7",
"utf-8-validate": "^6.0.3"
}
}