{
  "name": "genshin-gacha-kit",
  "version": "1.1.0",
  "description": "Use automatically synchronized official gacha pool data or custom gacha pool data to simulate the Genshin Impact wish",
  "main": "lib/index.js",
  "files": [
    "lib"
  ],
  "typings": "lib/index.d.ts",
  "repository": "https://github.com/Dragon-Fish/genshin-gacha-kit.git",
  "author": "Dragon-Fish <dragon-fish@qq.com>",
  "license": "Apache-2.0",
  "scripts": {
    "build": "yarn clear && tsc",
    "dev": "tsc --watch",
    "clear": "wsl rm -rf ./lib ./dist ./src/**/dist > /dev/null &",
    "bump": "yarn lint && yarn build && bump",
    "lint": "eslint src/*.ts src/**/*.ts",
    "pretty": "eslint --fix src/*.ts src/**/*.ts"
  },
  "dependencies": {
    "axios": "^0.21.1",
    "tslib": "^2.2.0"
  },
  "devDependencies": {
    "@dragon-fish/bump": "^0.0.15",
    "@microsoft/api-extractor": "^7.13.4",
    "@types/node": "^14.14.37",
    "@typescript-eslint/eslint-plugin": "^4.22.0",
    "@typescript-eslint/parser": "^4.22.0",
    "eslint": "^7.24.0",
    "typescript": "^4.2.4"
  }
}