{
  "name": "@minecraft-js/nbt",
  "version": "1.1.0",
  "description": "Read and write NBT files. Also supports Zlib and Gzip",
  "main": "dist/index.js",
  "browser": "dist/browser.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc && webpack",
    "benchmark": "node benchmark"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MinecraftJS/nbt.git"
  },
  "keywords": [
    "minecraftjs"
  ],
  "author": "RichardDorian",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MinecraftJS/nbt/issues"
  },
  "homepage": "https://github.com/MinecraftJS/nbt#readme",
  "dependencies": {
    "@minecraft-js/bufwrapper": "^1.4.6"
  },
  "devDependencies": {
    "@types/node": "^17.0.24",
    "assert": "^2.0.0",
    "benchmark": "^2.1.4",
    "browserify-zlib": "^0.2.0",
    "buffer": "^6.0.3",
    "crypto-browserify": "^3.12.0",
    "prettier": "^2.6.1",
    "stream-browserify": "^3.0.0",
    "string-replace-loader": "^3.1.0",
    "typescript": "^4.6.3",
    "util": "^0.12.4",
    "webpack": "^5.74.0",
    "webpack-cli": "^4.10.0"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=18.x"
  }
}
