battlenet-api-types
Version:
Typescript interfaces for Blizzard's Battle.net API
37 lines (36 loc) • 990 B
JSON
{
"name": "battlenet-api-types",
"version": "1.2.1",
"description": "Typescript interfaces for Blizzard's Battle.net API",
"keywords": [
"battle-net",
"blizzard",
"world-of-warcraft",
"api",
"starcraft",
"diablo"
],
"homepage": "https://github.com/mthomason12/battlenet-api-types#readme",
"bugs": {
"url": "https://github.com/mthomason12/battlenet-api-types/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mthomason12/battlenet-api-types.git"
},
"license": "MIT",
"author": "M Thomason",
"type": "module",
"types": "src/index.ts",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1",
"build-docs": "npx typedoc --entryPoints src/index.ts --excludeExternals --externalPattern \"./node_modules/**\""
},
"devDependencies": {
"ts-node": "^10.9.2",
"typedoc": "^0.27.7",
"typedoc-plugin-not-exported": "^0.1.6",
"typescript": "^5.7.3"
}
}