{
  "name": "communitybuilds-node",
  "version": "2.0.17",
  "description": "Node.js API for Genshin Impact communitiy builds spreadsheet",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "type": "module",
  "scripts": {
    "build": "tsc --build tsconfig.json",
    "test": "jest",
    "prepare": "npm run build",
    "prepublishOnly": "npm test",
    "version": "git add -A src",
    "postversion": "git push && git push --tags"
  },
  "author": "marcopeocchi",
  "license": "ISC",
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/node": "^20.6.3",
    "dotenv": "^16.3.1",
    "jest": "^29.7.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "keywords": [
    "Genshin",
    "Impact",
    "API",
    "genshin-impact"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/btsstanner/communitybuilds-node.git"
  },
  "dependencies": {
    "cheerio": "1.0.0-rc.12",
    "fp-ts": "^2.16.1",
    "lru-cache": "^10.0.1"
  }
}
