{
  "name": "@drincs/pixi-vn",
  "version": "0.10.23",
  "type": "module",
  "description": "Pixi'VN is a npm package that provides various features for creating visual novels.",
  "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.git"
  },
  "author": "DRincs-Productions",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/DRincs-Productions/pixi-vn/issues"
  },
  "homepage": "https://pixi-vn.web.app/",
  "funding": "https://github.com/DRincs-Productions/pixi-vn?sponsor=1",
  "dependencies": {
    "@pixi/devtools": "^2.0.1",
    "@pixi/sound": "^6.0.1",
    "pixi.js": "^8.8.0"
  },
  "devDependencies": {
    "@types/crypto-js": "^4.2.2",
    "@types/deep-diff": "^1.0.5",
    "crypto-js": "^4.2.0",
    "deep-diff": "^1.0.2",
    "jsdom": "^26.0.0",
    "microdiff": "^1.5.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.3.6",
    "typescript": "^5.7.3",
    "vitest": "^3.0.5"
  },
  "keywords": [
    "engine",
    "game",
    "game-engine",
    "js",
    "novel",
    "pixi",
    "pixi-js",
    "visual",
    "visual-novel"
  ]
}
