{
  "name": "runelite",
  "description": "A real time grand exchange prices API wrapper (runelite).",
  "version": "2.0.5",
  "engines": {
    "node": ">= 14.15 <16.1"
  },
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "scripts": {
    "start": "npm run web-tests",
    "clean": "rimraf coverage build tmp",
    "build": "tsc",
    "build:watch": "tsc -w",
    "lint": "eslint src --ext .ts",
    "lint:fix": "npm run lint -- --fix",
    "test": "ts-mocha -p tsconfig.json tests/api.test.ts --timeout 10000",
    "web-tests": "webpack serve --progress --color --mode development --config webpack.config.js",
    "test-watch": "npm run test -- --watch",
    "typedoc": "typedoc --out docs src/index.ts --excludePrivate --excludeProtected",
    "semantic-release": "semantic-release"
  },
  "files": [
    "README.md",
    "CHANGELOG.md",
    "build/**/*"
  ],
  "keywords": [
    "osrs",
    "oldschool",
    "runescape",
    "grand",
    "exchange",
    "trade",
    "volume",
    "runelite",
    "realtime",
    "ge",
    "grandexchange",
    "api",
    "wiki"
  ],
  "repository": "https://github.com/nyan-left/runelite-grand-exchange-prices",
  "homepage": "https://github.com/nyan-left/runelite-grand-exchange-prices",
  "author": "nyan-left",
  "license": "MIT",
  "devDependencies": {
    "@types/axios": "^0.14.0",
    "@types/chai": "^4.2.22",
    "@types/chai-as-promised": "^7.1.4",
    "@types/expect": "^24.3.0",
    "@types/jest": "^27.4.0",
    "@types/lodash": "^4.14.175",
    "@types/mocha": "^9.0.0",
    "@types/node": "^16.11.1",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "assert": "^2.0.0",
    "chai": "^4.3.4",
    "chai-as-promised": "^7.1.1",
    "eslint": "^7.32.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-tsdoc": "^0.2.14",
    "eslint-webpack-plugin": "^3.0.1",
    "html-webpack-plugin": "^5.4.0",
    "husky": "^7.0.4",
    "lint-staged": "^12.2.2",
    "mocha": "^9.1.3",
    "prettier": "^2.4.1",
    "rimraf": "^3.0.2",
    "semantic-release": "^19.0.2",
    "ts-loader": "^9.2.6",
    "ts-mocha": "^8.0.0",
    "tsutils": "^3.21.0",
    "typedoc": "^0.22.6",
    "typescript": "^4.4.4",
    "webpack": "^5.59.0",
    "webpack-cli": "^4.9.1",
    "webpack-dev-server": "^4.3.1"
  },
  "bugs": {
    "url": "https://github.com/nyan-left/runelite-grand-exchange-prices/issues"
  },
  "dependencies": {
    "axios": "^0.25.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.(ts|tsx)": [
      "npm run --silent lint:fix"
    ]
  },
  "release": {
    "branches": [
      "master",
      "main"
    ]
  }
}
