{
  "name": "isaac-typescript-definitions",
  "version": "43.0.1",
  "description": "TypeScript definitions for The Binding of Isaac: Repentance.",
  "keywords": [
    "isaac",
    "rebirth",
    "afterbirth",
    "repentance"
  ],
  "homepage": "https://isaacscript.github.io/",
  "bugs": {
    "url": "https://github.com/IsaacScript/isaacscript/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/IsaacScript/isaacscript.git"
  },
  "license": "GPL-3.0",
  "author": "Zamiell",
  "type": "commonjs",
  "main": "./dist/index",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "scripts": {
    "build": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/build.mts",
    "docs": "typedoc",
    "lint": "tsx --tsconfig ./scripts/tsconfig.json ./scripts/lint.mts"
  },
  "dependencies": {
    "lua-types": "2.13.1"
  },
  "devDependencies": {
    "complete-node": "16.2.0",
    "eslint-plugin-sort-exports": "0.9.1",
    "typescript-eslint": "8.51.0",
    "typescript-to-lua": "1.33.2"
  }
}
