29 lines
777 B
JSON
29 lines
777 B
JSON
{
|
|
"type": "module",
|
|
"name": "ppp2-client",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build-proto": "node ./node_modules/protobufjs-cli/bin/pbjs -t=json src/protocol/protobuf/2.0/*.proto > src/protocol.json",
|
|
"dev": "webpack watch",
|
|
"build": "webpack",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@git.sys36.net:windows-96/ppp2/client.git"
|
|
},
|
|
"author": "Windows 96 Team",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"long": "^5.2.1",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"devDependencies": {
|
|
"protobufjs-cli": "^1.1.1",
|
|
"webpack": "^5.76.3",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|