-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.32 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.32 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
{
"name": "bds-docs",
"version": "1.0.0",
"description": "Releasing BDS Docs",
"main": "dist/main.js",
"type": "module",
"scripts": {
"build": "rolldown -c",
"check": "tsgo --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bedrock-APIs/bds-docs.git"
},
"author": "conmaster2112",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bedrock-APIs/bds-docs/issues"
},
"homepage": "https://github.com/Bedrock-APIs/bds-docs#readme",
"dependencies": {
"@bedrock-apis/bds-utils": "1.0.0-alpha.6",
"@minecraft/server": "2.1.0-beta.1.21.90-preview.23",
"@minecraft/server-net": "1.0.0-beta.1.21.90-preview.23",
"@minecraft/server-ui": "2.1.0-beta.1.21.90-preview.23",
"minimatch": "^10.0.1",
"unzip-web-stream": "0.0.0-alpha.1"
},
"devDependencies": {
"@types/deno": "^2.3.0",
"@types/node": "^24.1.0",
"@typescript/native-preview": "7.0.0-dev.20250803.1",
"prettier": "^3.5.3",
"rolldown": "1.0.0-beta.47"
},
"prettier": {
"arrowParens": "avoid",
"endOfLine": "crlf",
"plugins": [
"prettier-plugin-jsdoc"
],
"printWidth": 120,
"quoteProps": "consistent",
"singleQuote": true,
"tabWidth": 3,
"semi": false
}
}