snbt-js
Version:
TypeScript library for parsing and manipulating Minecraft SNBT data
39 lines (38 loc) • 850 B
JSON
{
"name": "snbt-js",
"version": "1.1.0",
"description": "TypeScript library for parsing and manipulating Minecraft SNBT data",
"main": "dist/src/snbt.js",
"types": "dist/src/snbt.d.ts",
"type": "module",
"files": [
"dist",
"docs"
],
"scripts": {
"build": "tsc",
"test": "npm run build && mocha dist/test/*.js",
"prepublishOnly": "npm run build"
},
"keywords": [
"minecraft",
"nbt",
"snbt",
"parser",
"typescript",
"javascript"
],
"author": "myworldzycpc",
"license": "MIT",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^10.0.10",
"chai": "^4.3.7",
"mocha": "^10.0.0",
"typescript": "^5.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myworldzycpc/snbt-js.git"
}
}