{
  "name": "@drincs/pixi-vn-json",
  "version": "1.13.2",
  "type": "module",
  "description": "Pixi'VN can be integrated with JSON files to create a visual novel.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "tsup --watch",
    "build": "tsup --config tsup.config.ts",
    "generate-schema": "node scripts/generate-schema.mjs",
    "lint": "biome lint",
    "check": "biome check",
    "format": "biome format --write",
    "test": "vitest",
    "docs": "typedoc"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    },
    "./core": {
      "types": "./dist/core.d.ts",
      "import": "./dist/core.mjs",
      "require": "./dist/core.cjs",
      "default": "./dist/core.mjs"
    },
    "./importer": {
      "types": "./dist/importer.d.ts",
      "import": "./dist/importer.mjs",
      "require": "./dist/importer.cjs",
      "default": "./dist/importer.mjs"
    },
    "./translator": {
      "types": "./dist/translator.d.ts",
      "import": "./dist/translator.mjs",
      "require": "./dist/translator.cjs",
      "default": "./dist/translator.mjs"
    },
    "./interpreter": {
      "types": "./dist/interpreter.d.ts",
      "import": "./dist/interpreter.mjs",
      "require": "./dist/interpreter.cjs",
      "default": "./dist/interpreter.mjs"
    },
    "./actions": {
      "types": "./dist/actions.d.ts",
      "import": "./dist/actions.mjs",
      "require": "./dist/actions.cjs",
      "default": "./dist/actions.mjs"
    },
    "./schema": {
      "types": "./dist/schema.d.ts",
      "import": "./dist/schema.mjs",
      "require": "./dist/schema.cjs",
      "default": "./dist/schema.mjs"
    }
  },
  "typesVersions": {
    "*": {
      "core": [
        "./dist/core.d.ts"
      ],
      "importer": [
        "./dist/importer.d.ts"
      ],
      "translator": [
        "./dist/translator.d.ts"
      ],
      "interpreter": [
        "./dist/interpreter.d.ts"
      ],
      "actions": [
        "./dist/actions.d.ts"
      ],
      "schema": [
        "./dist/schema.d.ts"
      ]
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DRincs-Productions/pixi-vn-json.git"
  },
  "author": "DRincs-Productions",
  "license": "LGPL-2.1",
  "bugs": {
    "url": "https://github.com/DRincs-Productions/pixi-vn-json/issues"
  },
  "homepage": "hthttps://pixi-vn.web.app/other-topics/pixi-vn-json",
  "funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1",
  "devDependencies": {
    "@biomejs/biome": "^2.4.14",
    "@types/crypto-js": "^4.2.2",
    "crypto-js": "^4.2.0",
    "jsdom": "^29.1.1",
    "pixi.js": "^8.18.1",
    "ts-json-schema-generator": "^2.9.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.1",
    "typedoc": "^0.28.19",
    "typedoc-plugin-markdown": "^4.11.0",
    "typescript": "^6.0.3",
    "typescript-json-schema": "^0.67.2",
    "vite-tsconfig-paths": "^6.1.1"
  },
  "peerDependencies": {
    "@drincs/pixi-vn": ">=1.8.0",
    "zod": ">=4.4.0"
  },
  "keywords": [
    "game",
    "js",
    "json",
    "novel",
    "pixi",
    "pixi-js",
    "visual",
    "visual-novel"
  ],
  "dependencies": {
    "vitest": "^3.2.4",
    "zod": "^4.4.3"
  }
}
