{
  "name": "genshin-kit",
  "version": "2.5.0",
  "description": "An API wrapper for fetching player data of Genshin Impact from any servers.",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "typings": "lib/index.d.ts",
  "repository": {
    "url": "https://github.com/genshin-kit/genshin-kit.git",
    "directory": "packages/core"
  },
  "author": "Dragon-Fish <824399619@qq.com>",
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn clear && tsc",
    "dev": "tsc --watch",
    "clear": "rimraf ./lib ./dist",
    "bump": "yarn lint && yarn pretty && yarn build && bump",
    "lint": "eslint ./src",
    "test": "mocha test/**/*.ts",
    "pretty": "prettier --write ./src ./sample"
  },
  "dependencies": {
    "axios": "^0.21.4",
    "tslib": "^2.3.1"
  },
  "devDependencies": {
    "@microsoft/api-extractor": "^7.18.9",
    "@types/node": "^16.10.1",
    "rimraf": "^3.0.2",
    "ts-node": "^10.2.1",
    "typescript": "^4.4.3"
  },
  "keywords": [
    "api",
    "genshin-impact",
    "hoyolab",
    "player-data"
  ]
}
