-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
59 lines (59 loc) · 1.31 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "msc",
"version": "1.0.0",
"description": "Description of your project",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"type": "module",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs"
},
"keywords": [
"api",
"bedrock"
],
"contributors": [
"Node",
"LightBlueStuff"
],
"license": "MIT",
"devDependencies": {
"@minecraft/server": "^1.12.0-beta.1.21.1-stable",
"@octokit/types": "^13.5.0",
"@types/bun": "^1.1.0",
"@types/uuid": "^9.0.8",
"typescript": "^5.0.0",
"vite": "^5.2.7",
"vitepress": "^1.0.0-alpha.28",
"vitepress-plugin-search": "^1.0.4-alpha.22",
"vue": "^3.2.45"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@octokit/rest": "^21.0.0",
"bun": "^1.1.8",
"chalk": "^4.0.0",
"chokidar": "^3.6.0",
"commander": "^12.0.0",
"deepmerge": "^4.3.1",
"fs": "^0.0.1-security",
"isomorphic-git": "^1.25.10",
"jimp": "^0.22.12",
"keypress.js": "^2.1.5",
"ora": "^8.0.1",
"path": "^0.12.7",
"ts-node": "^10.9.2",
"uuid": "^9.0.1"
},
"engines": {
"node": ">=14"
}
}