{
  "name": "isaacscript-spell",
  "version": "1.15.2",
  "description": "Spelling dictionaries 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": "MIT",
  "author": "Zamiell",
  "type": "module",
  "files": [
    "dictionaries",
    "cspell-isaacscript.json",
    "LICENSE",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "lint": "tsx ./scripts/lint.ts"
  },
  "devDependencies": {
    "complete-common": "^1.0.0",
    "complete-node": "^1.3.0",
    "typescript-eslint": "^8.5.0"
  }
}
