-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 949 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
{
"name": "hive-tools-wrapper",
"version": "5.5.1",
"description": "Type-safe wrapper for the Hive Bedrock API",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"generate_xp_info": "ts-node build/generate_xp_info",
"build": "pnpm run generate_xp_info && tsc",
"prepublishOnly": "rm -rf dist && pnpm run build",
"lint": "eslint src"
},
"keywords": [
"hivemc",
"playhive"
],
"author": "Paroxity",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/Paroxity/hive-tools-wrapper.git"
},
"bugs": {
"url": "https://github.com/Paroxity/hive-tools-wrapper/issues"
},
"homepage": "https://github.com/Paroxity/hive-tools-wrapper",
"devDependencies": {
"@types/node": "^20.12.5",
"@typescript-eslint/eslint-plugin": "^7.3.1",
"@typescript-eslint/parser": "^7.3.1",
"eslint": "^8.57.0",
"prettier": "^3.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
}
}