{
  "name": "@drincs/nqtr",
  "version": "0.3.7",
  "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.js",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup",
    "test": "vitest"
  },
  "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.3.6",
    "typescript": "^5.7.3",
    "vitest": "^3.0.4"
  },
  "keywords": [
    "game",
    "js",
    "navigation",
    "novel",
    "pixi",
    "pixi-vn",
    "quest",
    "routine",
    "time",
    "visual",
    "visual-novel",
    "vn"
  ],
  "peerDependencies": {
    "@drincs/pixi-vn": ">=0.10.7"
  }
}
