@avensaas/nbt-parser
Version:
Minecraft NBT (NamedBinary Tags) parser for Node.js with Typescript support (Credits to Tigercrl)
41 lines (40 loc) • 938 B
JSON
{
"name": "@avensaas/nbt-parser",
"version": "0.1.1",
"description": "Minecraft NBT (NamedBinary Tags) parser for Node.js with Typescript support (Credits to Tigercrl)",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/avensaas/nbt-parser.git"
},
"keywords": [
"nbt",
"minecraft",
"snbt",
"mc",
"parser",
"serializer"
],
"author": "Tigercrl",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/avensaas/nbt-parser/issues"
},
"homepage": "https://github.com/avensaas/nbt-parser#readme",
"devDependencies": {
"@types/pako": "^2.0.3",
"typescript": "^5.5.4"
},
"dependencies": {
"@types/json-bigint": "^1.0.4",
"json-bigint": "^1.0.0",
"pako": "^2.1.0"
}
}