-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (49 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (49 loc) · 1.21 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@bb-plugins/api",
"version": "0.1.0",
"description": "A \"polyfill\" for various component rewrites of and extensions to Blockbench.",
"author": "Maxine Z.",
"license": "ISC",
"types": "dist/plugin.d.ts",
"main": "dist/plugin.js",
"private": true,
"typeScriptVersion": "5.8",
"repository": {
"type": "git",
"url": "git+https://github.com/MaxTheMooshroom/bb-plugin-api"
},
"keywords": [
"blockbench",
"blockbench-plugins",
"plugin-api",
"api",
"typescript"
],
"scripts": {
"build:types": "tsc"
},
"devDependencies": {
"@bb-plugins/types": "MaxTheMooshroom/bb-api-types",
"@eslint/js": "^9.27.0",
"@types/node": "^22.15.18",
"@typescript-eslint/eslint-plugin": "^8.32.1",
"@typescript-eslint/parser": "^8.32.1",
"eslint": "^9.27.0",
"prettier": "^3.5.3",
"typedoc": "^0.28.4",
"typescript": "^5.8.3",
"typescript-eslint": "^8.32.1"
},
"dependencies": {
"@babel/types": "^7.20.7",
"@types/dompurify": "^3.0.5",
"@types/jquery": "^3.5.32",
"@types/three": "^0.129.2",
"@types/tinycolor2": "^1.4.6",
"dompurify": "^3.2.5",
"electron": "^33.3.1",
"tinycolor2": "^1.6.0",
"vue": "2.7.14",
"wintersky": "^1.3.0"
}
}