mcnbt
Version:
Yet another Minecraft NBT format file / buffer parser for Node.js.
39 lines (38 loc) • 850 B
JSON
{
"name": "mcnbt",
"version": "2.0.3",
"description": "Yet another Minecraft NBT format file / buffer parser for Node.js.",
"main": "nbt.js",
"scripts": {
"lint": "make lint",
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/XadillaX/mcnbt.git"
},
"keywords": [
"NBT",
"Minecraft"
],
"author": "XadillaX",
"license": "MIT",
"bugs": {
"url": "https://github.com/XadillaX/mcnbt/issues"
},
"homepage": "https://github.com/XadillaX/mcnbt",
"dependencies": {
"long": "^4.0.0"
},
"types": "types/nbt.d.ts",
"devDependencies": {
"@types/long": "^4.0.1",
"@types/node": "^17.0.18",
"eslint": "^8.9.0",
"eslint-config-egg": "^11.0.0",
"istanbul": "^0.4.1",
"mocha": "^2.3.4",
"should": "^7.1.1",
"typescript": "^4.5.5"
}
}