supercell-api-scraper
Version:
A supercell games scraper that has additional calculations and info, easy to use methods. [BETA]
31 lines (30 loc) • 878 B
JSON
{
"name": "supercell-api-scraper",
"version": "1.4.4",
"description": "A supercell games scraper that has additional calculations and info, easy to use methods. [BETA]",
"main": "dist/main.js",
"scripts": {
"patch": "npm i && tsc && npx prettier --write . && git add . && git commit -m \"patch\" && npm version patch && git push && npm publish"
},
"type": "module",
"keywords": [
"supercell",
"clash of clans",
"clash royale",
"brawl stars"
],
"author": "Dummi",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/TheDummi/supercell-api-scraper.git"
},
"bugs": {
"url": "https://github.com/TheDummi/supercell-api-scraper/issues"
},
"homepage": "https://github.com/TheDummi/supercell-api-scraper#readme",
"packageManager": "npm@8.15.0",
"dependencies": {
"zod": "^3.21.4"
}
}