{
  "name": "@drincs/nqtr",
  "version": "0.5.5",
  "description": "A complete system introducing the concepts of location, time and event, producing the framework of a not-quite-point-and-click adventure game.",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs",
      "default": "./dist/index.mjs"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/DRincs-Productions/nqtr-pixi-vn.git"
  },
  "author": "DRincs-Productions",
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/DRincs-Productions/nqtr-pixi-vn/issues"
  },
  "homepage": "https://github.com/DRincs-Productions/nqtr-pixi-vn#readme",
  "devDependencies": {
    "jsdom": "^26.0.0",
    "ts-node": "^10.9.2",
    "tsup": "^8.4.0",
    "typescript": "^5.7.3",
    "vitest": "^3.0.7"
  },
  "keywords": [
    "game",
    "js",
    "navigation",
    "novel",
    "pixi",
    "pixi-vn",
    "quest",
    "routine",
    "time",
    "visual",
    "visual-novel",
    "vn"
  ],
  "peerDependencies": {
    "@drincs/pixi-vn": ">=1.1.0"
  }
}
