UNPKG

@rhyster/wow-casc-dbc

Version:

Fetch World of Warcraft data files from CASC and parse DBC/DB2 files.

56 lines (55 loc) 1.27 kB
{ "name": "@rhyster/wow-casc-dbc", "version": "2.11.30", "description": "Fetch World of Warcraft data files from CASC and parse DBC/DB2 files.", "type": "module", "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.mjs", "require": "./dist/index.cjs" } }, "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "files": [ "dist", "src" ], "scripts": { "build": "unbuild && tsc --project .", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "tsx --test" }, "homepage": "https://github.com/LiangYuxuan/wow-casc-dbc#readme", "repository": { "type": "git", "url": "https://github.com/LiangYuxuan/wow-casc-dbc.git" }, "keywords": [ "blizzard", "wow", "tact", "casc", "dbc" ], "author": "Rhythm", "license": "MIT", "devDependencies": { "@rhyster/eslint-config": "^1.8.3", "@types/async": "^3.2.25", "@types/cli-progress": "^3.11.6", "@types/node": "^22.17.2", "eslint": "^9.33.0", "tsx": "^4.20.4", "typescript": "^5.9.2", "unbuild": "^3.6.1" }, "dependencies": { "async": "^3.2.6", "cli-progress": "^3.12.0" }, "packageManager": "pnpm@10.14.0" }