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
2026-03-11 21:54:59 +01:00

31 lines
644 B
JSON

{
"type": "module",
"name": "p3x-server",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node .",
"dev": "nodemon .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.sys36.net:windows-96/online-services/p3-relay.git"
},
"author": "Windows 96 Team",
"license": "MIT",
"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"
}
}