{
  "name": "@nnmbzr/assetpack-core",
  "version": "1.7.1",
  "keywords": [
    "bitmap-fonts",
    "assetpack",
    "pixi",
    "font-processing"
  ],
  "description": "AssetPack fork with bitmap font support based on PR #116. Added custom implementation that supports bitmap fonts processing.",
  "homepage": "https://github.com/nnmbzr/assetpack",
  "bugs": "https://github.com/nnmbzr/assetpack/issues",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nnmbzr/assetpack.git"
  },
  "license": "MIT",
  "type": "module",
  "exports": {
    ".": "./dist/core/index.js",
    "./cache-buster": "./dist/cache-buster/index.js",
    "./cli": "./dist/cli/index.js",
    "./ffmpeg": "./dist/ffmpeg/index.js",
    "./image": "./dist/image/index.js",
    "./json": "./dist/json/index.js",
    "./manifest": "./dist/manifest/index.js",
    "./pixi": "./dist/pixi/index.js",
    "./spine": "./dist/spine/index.js",
    "./texture-packer": "./dist/texture-packer/index.js",
    "./webfont": "./dist/webfont/index.js"
  },
  "main": "dist/core/index.js",
  "module": "dist/core/index.js",
  "types": "dist/core/index.d.ts",
  "bin": {
    "assetpack": "bin/index.js"
  },
  "files": [
    "dist/*",
    "bin/*"
  ],
  "scripts": {
    "build": "tsc",
    "release": "node ../../scripts/publish.mjs",
    "release:branch": "node ../../scripts/publish-branch.mjs",
    "version:branch": "node ../../scripts/version-branch.mjs",
    "watch": "tsc -w"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.{ts,js,mjs}": [
      "eslint --cache --fix --max-warnings 0"
    ]
  },
  "dependencies": {
    "@ffmpeg-installer/ffmpeg": "^1.1.0",
    "@napi-rs/woff-build": "^0.2.1",
    "@node-rs/crc32": "^1.10.6",
    "@pixi/msdf-bmfont-xml": "^3.0.0",
    "@pixi/svg2ttf": "^6.1.0",
    "@types/cli-progress": "3.11.6",
    "@types/clone": "^2.1.4",
    "@types/fluent-ffmpeg": "^2.1.27",
    "@types/fs-extra": "^11.0.4",
    "@types/object-hash": "^3.0.6",
    "chalk": "^5.4.1",
    "chokidar": "^4.0.3",
    "cli-progress": "^3.12.0",
    "clone": "^2.1.2",
    "commander": "^14.0.0",
    "find-up": "^7.0.0",
    "fluent-ffmpeg": "^2.1.3",
    "fs-extra": "^11.3.0",
    "glob": "^11.0.3",
    "gpu-tex-enc": "^1.2.5",
    "json5": "^2.2.3",
    "maxrects-packer": "2.7.3",
    "merge": "^2.1.1",
    "minimatch": "10.0.3",
    "object-hash": "3.0.0",
    "otf2svg": "^1.0.2",
    "readline": "^1.3.0",
    "sharp": "~0.34.3",
    "string-width": "^7.2.0",
    "strip-ansi": "^7.1.0",
    "svg2ttf": "^6.0.3",
    "upath": "^2.0.1",
    "xml-js": "^1.6.11",
    "terminal-size": "^4.0.0"
  }
}
