{
  "name": "kolmafia-stubs",
  "version": "0.1.0",
  "description": "Provides stubs for testing KoLmafia JS code in Node.js",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "files": [
    "build/src"
  ],
  "scripts": {
    "test": "jasmine",
    "lint": "gts lint",
    "clean": "gts clean",
    "compile": "tsc",
    "fix": "gts fix",
    "prepare": "npm run clean && npm run compile",
    "pretest": "npm run compile",
    "posttest": "npm run lint"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Loathing-Associates-Scripting-Society/kolmafia-stubs.git"
  },
  "keywords": [
    "kolmafia",
    "stub",
    "testing"
  ],
  "author": "Ye-hyoung Kang",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Loathing-Associates-Scripting-Society/kolmafia-stubs/issues"
  },
  "homepage": "https://github.com/Loathing-Associates-Scripting-Society/kolmafia-stubs#readme",
  "engines": {
    "node": ">=10"
  },
  "devDependencies": {
    "@types/jasmine": "^3.6.6",
    "@types/node": "^10.17.55",
    "@types/xmldom": "^0.1.30",
    "gts": "^3.1.0",
    "jasmine": "^3.6.4",
    "source-map-support": "^0.5.19",
    "typescript": "^4.2.3"
  },
  "dependencies": {
    "cheerio": "^1.0.0-rc.5",
    "xmldom": "^0.5.0"
  }
}
