{
  "name": "@drincs/pixi-vn-json",
  "version": "1.5.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": {
    "build": "tsup",
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DRincs-Productions/pixi-vn-json.git"
  },
  "author": "DRincs-Productions",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/DRincs-Productions/pixi-vn-json/issues"
  },
  "homepage": "https://pixi-vn.web.app/advanced/pixi-vn-json.html",
  "funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1",
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "crypto-js": "^4.2.0",
    "jsdom": "^26.1.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.5.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "@drincs/pixi-vn": ">=1.2.3"
  },
  "keywords": [
    "game",
    "js",
    "json",
    "novel",
    "pixi",
    "pixi-js",
    "visual",
    "visual-novel"
  ],
  "dependencies": {
    "vitest": "^3.1.2"
  }
}
