{
  "name": "@enginehub/nbt-ts",
  "version": "1.4.1",
  "description": "An easy to use encoder and decoder for the NBT format",
  "main": "dist/index.mjs",
  "module": "dist/index.mjs",
  "types": "dist/index.d.mts",
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.mts",
      "default": "./dist/index.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/EngineHub/nbt-ts.git"
  },
  "scripts": {
    "test": "node test",
    "build": "tsdown",
    "prepare": "yarn build && yarn test"
  },
  "keywords": [
    "nbt",
    "minecraft",
    "typescript",
    "snbt"
  ],
  "author": "Janis Pritzkau <janispritzkau@gmail.com>",
  "contributors": [
    "EngineHub"
  ],
  "license": "MIT",
  "devDependencies": {
    "@types/node": "^26.2.0",
    "tsdown": "^0.22.14",
    "typescript": "^7.0.2"
  },
  "files": [
    "dist"
  ],
  "sideEffects": false,
  "packageManager": "yarn@4.18.0"
}