{
  "name": "isaacscript-common",
  "version": "87.9.6",
  "description": "Helper functions and features for IsaacScript mods.",
  "keywords": [
    "isaac",
    "rebirth",
    "afterbirth",
    "repentance",
    "typescript-to-lua",
    "lua",
    "tstl"
  ],
  "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.rollup.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": {
    "isaac-typescript-definitions": "43.0.6"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "7.57.7",
    "complete-node": "16.4.0",
    "eslint-plugin-sort-exports": "0.9.1",
    "typescript-eslint": "8.57.1",
    "typescript-to-lua": "1.34.0"
  }
}
