openarras/package.json
2023-07-05 13:58:52 +08:00

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