{
  "name": "vite-plugin-ink",
  "type": "module",
  "version": "0.3.3",
  "description": "A Vite plugin to compile and hot-reload Inkle's ink files",
  "author": "Florian Cargoët",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/floriancargoet/vite-plugin-ink.git"
  },
  "keywords": [
    "vite-plugin",
    "ink",
    "inkle"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./global": {
      "types": "./global.d.ts"
    }
  },
  "files": [
    "dist",
    "global.d.ts",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "rm -rf dist; tsc",
    "local-alpha": "NO_GIT=1 npm --no-git-tag-version version prerelease --preid=alpha && npm pack",
    "version": "npm run build && if [ \"$NO_GIT\" != 1 ]; then git add -A . ; fi",
    "postversion": "if [ \"$NO_GIT\" != 1 ]; then git push && git push --tags ; fi"
  },
  "peerDependencies": {
    "inkjs": "2.3.2"
  },
  "devDependencies": {
    "@types/node": "22.14.0",
    "inkjs": "2.3.2",
    "typescript": "5.8.3",
    "vite": "6.2.6"
  }
}
