-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 656 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 656 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "swordengine",
"version": "1.1.1",
"description": "Game",
"main": "sword.js",
"scripts": {
"start": "node example/index.js",
"test": "mocha",
"nyctest": "nyc mocha",
"badge": "istanbul-badges-readme",
"publish": "npm publish --access public"
},
"nyc": {
"reporter": [
"json-summary",
"text"
]
},
"author": "Tommy Dong",
"dependencies": {
"quad-node": "^1.0.5",
"sat": "^0.7.1",
"ws": "^6.1.2"
},
"engines": {
"node": "^16.2.0"
},
"license": "MIT",
"devDependencies": {
"istanbul-badges-readme": "^1.8.2",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
}
}