{
  "name": "kolmafia",
  "version": "5.29286.0",
  "description": "Typings for the KoLmafia JS standard library",
  "main": "index.js",
  "types": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kolmafia/kolmafia.git"
  },
  "author": "KoLmafia Team",
  "license": "MIT",
  "private": false,
  "files": [
    "index.d.ts"
  ],
  "devDependencies": {
    "typescript": "^5.4.4"
  },
  "scripts": {
    "validate": "tsc ./index.d.ts"
  }
}
