{
  "name": "minecraft-textures",
  "version": "26.2.1",
  "private": false,
  "description": "Minecraft item texture metadata and PNG assets",
  "license": "GPL-3.0",
  "author": "TheDestruc7i0n",
  "repository": "https://github.com/destruc7i0n/minecraft-textures",
  "files": [
    "dist/**/*"
  ],
  "main": "./dist/minecraft-textures.mjs",
  "module": "./dist/minecraft-textures.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/minecraft-textures.mjs"
    },
    "./manifest/index.json": "./dist/textures/manifest/index.json",
    "./manifest/*.json": "./dist/textures/manifest/*.json",
    "./assets/*": "./dist/textures/assets/*",
    "./dist/index.d.ts": "./dist/index.d.ts",
    "./dist/lib/types": {
      "types": "./dist/lib/types.d.ts"
    },
    "./dist/lib/types.d.ts": "./dist/lib/types.d.ts",
    "./dist/textures/json/*.json": "./dist/textures/json/*.json",
    "./package.json": "./package.json"
  },
  "scripts": {
    "dist": "bun run clean && bun run build",
    "build": "bun run ./build.ts && bun run build:declaration",
    "build:declaration": "tsgo --emitDeclarationOnly --project tsconfig.types.json",
    "clean": "rm -rf ./dist",
    "test": "bun test",
    "format": "bun node_modules/oxfmt/bin/oxfmt --check",
    "format:fix": "bun node_modules/oxfmt/bin/oxfmt",
    "lint": "bun node_modules/oxlint/bin/oxlint",
    "lint:fix": "bun node_modules/oxlint/bin/oxlint --fix",
    "typecheck": "tsgo --noEmit",
    "debug": "bun run ./scripts/generateDebug.ts",
    "list-missing": "bun run ./scripts/listMissing.ts",
    "validate-translations": "bun run ./scripts/validateTranslations.ts",
    "validate-textures": "bun run ./scripts/validateTextures.ts",
    "texture-comparison": "bun run ./scripts/generateTextureComparison.ts",
    "bump": "bun run ./scripts/bump.ts"
  },
  "dependencies": {},
  "devDependencies": {
    "@actions/core": "^3.0.1",
    "@types/bun": "1.3.14",
    "@typescript/native-preview": "^7.0.0-dev.20260707.2",
    "canvas": "^3.2.3",
    "meta-png": "^1.0.6",
    "oxfmt": "^0.60.0",
    "oxlint": "^1.75.0",
    "typescript": "^7.0.2"
  }
}
