@blizzard-api/hs
Version:
A series of helpers to interact with the Hearthstone Blizzard API
47 lines • 1.03 kB
JSON
{
"name": "@blizzard-api/hs",
"version": "1.0.4",
"license": "MIT",
"author": "Putro",
"description": "A series of helpers to interact with the Hearthstone Blizzard API",
"repository": "https://github.com/Pewtro/blizzard-api/tree/main/packages/hs",
"type": "module",
"engines": {
"node": "^18.18 || >=20.9"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
"import": {
"@blizzard-api/hs-local": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
},
"files": [
"dist"
],
"keywords": [
"blizzard",
"battlenet",
"battle.net",
"bnet",
"api",
"hs",
"hearthstone"
],
"dependencies": {},
"peerDependencies": {
"@blizzard-api/core": "2.1.0"
},
"devDependencies": {
"@blizzard-api/core": "2.1.0"
},
"scripts": {
"build": "tsup",
"dev": "tsup --watch",
"test": "vitest run",
"test:coverage": "pnpm test -- --coverage",
"test:watch": "vitest watch"
}
}