This repository has been archived on 2026-05-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
ppp2-relay/package.json
T
2023-03-23 00:47:07 +01:00

31 lines
785 B
JSON

{
"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"
}
}