{
  "name": "kolmafia-types",
  "version": "0.3.0",
  "description": "TypeScript type declarations for KoLmafia. Alternative to kolmafia-js.",
  "keywords": [
    "kolmafia",
    "type definition",
    "types",
    "typescript"
  ],
  "homepage": "https://github.com/pastelmind/kolmafia-types#readme",
  "bugs": {
    "url": "https://github.com/pastelmind/kolmafia-types/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pastelmind/kolmafia-types.git"
  },
  "license": "MIT",
  "author": "Yehyoung Kang",
  "typesVersions": {
    ">=4.1": {
      "*": [
        "src/index.d.ts"
      ]
    }
  },
  "files": [
    "contrib",
    "src"
  ],
  "scripts": {
    "lint": "gts lint",
    "fix": "gts fix",
    "test": "ts-node --project tsconfig.test.json run-tests.ts",
    "posttest": "npm run lint"
  },
  "devDependencies": {
    "@types/node": "^12.20.11",
    "gts": "^3.1.0",
    "ts-node": "^10.0.0",
    "tsd": "^0.17.0",
    "typescript": "^4.2.4"
  },
  "engines": {
    "node": ">= 11.14 || ^10.17",
    "npm": ">= 6.9.0",
    "yarn": ">= 0.17.0"
  }
}
