UNPKG

@blizzard-api/core

Version:

The core helpers used by all @blizzard-api/* packages.

55 lines 1.12 kB
{ "name": "@blizzard-api/core", "version": "4.1.0", "license": "MIT", "author": "Putro", "description": "The core helpers used by all @blizzard-api/* packages.", "repository": { "type": "git", "url": "git+https://github.com/Pewtro/blizzard-api.git", "directory": "packages/core" }, "type": "module", "engines": { "node": "^22.13.0 || ^24 || ^26" }, "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "import": { "@blizzard-api/source": "./src/index.ts", "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "files": [ "dist" ], "keywords": [ "blizzard", "battlenet", "battle.net", "bnet", "api", "world of warcraft", "warcraft", "wow", "classic", "retail", "starcraft", "sc2", "diablo", "d3", "hs", "hearthstone" ], "dependencies": {}, "devDependencies": {}, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "test": "vitest run", "test:coverage": "pnpm test -- --coverage", "test:watch": "vitest watch" } }