28 lines
575 B
JSON
28 lines
575 B
JSON
{
|
|
"name": "openarras",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"source": "client/index.html",
|
|
"entry": "src/main.js",
|
|
"scripts": {
|
|
"test": "mocha tests/"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.gzezfisher.top/szTom/openarras.git"
|
|
},
|
|
"author": "szdytom <szdytom@163.com>",
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"buffer": "^6.0.3",
|
|
"mocha": "^10.2.0",
|
|
"parcel": "^2.9.3"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.18.2",
|
|
"socket.io": "^4.7.1",
|
|
"socket.io-client": "^4.7.1"
|
|
}
|
|
}
|