nbtrock
Version:
Read And Write Bedrock NBT
30 lines (29 loc) • 545 B
JSON
{
"name": "nbtrock",
"collaborators": [
"lxhzzy@outlook.com"
],
"description": "Read And Write Bedrock NBT",
"version": "0.1.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lxhzzy06/nbtrock"
},
"files": [
"nbtrock_bg.wasm",
"nbtrock.js",
"nbtrock.d.ts"
],
"module": "nbtrock.js",
"homepage": "https://github.com/lxhzzy06/nbtrock",
"types": "nbtrock.d.ts",
"sideEffects": [
"./snippets/*"
],
"keywords": [
"Minecraft",
"Bedrock",
"NBT"
]
}