-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 822 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 822 Bytes
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
{
"name": "nbs-player",
"version": "2.0.1",
"description": "Play NBS files in MCBE with LL",
"main": "dist/index.js",
"scripts": {
"build": "tsc -b && dumble && node -e \"require('fs').renameSync('./dist/index.js', './dist/NBSPlayer.js')\"",
"clean": "rimraf ./dist && rimraf tsconfig.tsbuildinfo"
},
"keywords": [
"nbs",
"minecraft",
"bds",
"bedrock"
],
"author": "LgCookie <lgc2333@126.com> (https://lgc2333.top)",
"repository": "github:lgc-LLDev/NBSPlayer",
"license": "Apache-2.0",
"funding": "https://afdian.net/a/lgc2333",
"devDependencies": {
"@types/text-encoding": "^0.0.40",
"dumble": "^0.2.1",
"esbuild": "^0.24.2",
"event-target-polyfill": "^0.0.4",
"form-api-ex": "workspace:^",
"nbs-play": "workspace:^",
"rimraf": "^6.0.1"
}
}