-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
37 lines (37 loc) · 954 Bytes
/
package.json
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
35
36
37
{
"name": "prismarine-windows",
"version": "2.9.0",
"description": "Represent minecraft windows",
"main": "index.js",
"scripts": {
"mocha_test": "mocha --reporter spec --exit",
"test": "npm run mocha_test",
"pretest": "npm run lint",
"lint": "standard",
"fix": "standard --fix"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/PrismarineJS/prismarine-windows.git"
},
"dependencies": {
"prismarine-item": "^1.12.2",
"prismarine-registry": "^1.7.0",
"typed-emitter": "^2.1.0"
},
"devDependencies": {
"@types/node": "^20.2.1",
"standard": "^17.0.0",
"mocha": "^10.0.0"
},
"keywords": [
"minecraft",
"windows"
],
"author": "Romain Beaumont <romain.rom1@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/PrismarineJS/prismarine-windows/issues"
},
"homepage": "https://github.com/PrismarineJS/prismarine-windows#readme"
}