dotaconstants
Version:
Constant data for Dota 2 applications
27 lines (26 loc) • 670 B
JSON
{
"name": "dotaconstants",
"version": "10.8.0",
"description": "Constant data for Dota 2 applications",
"exports": "./index.js",
"scripts": {
"patch": "node tasks/newpatch.ts",
"prettier": "npx prettier --write tasks",
"build": "node tasks/updateconstants.ts"
},
"devDependencies": {
"@types/node": "^24.3.0",
"vdf-parser": "^1.2.1"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/odota/dotaconstants.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/odota/dotaconstants/issues"
},
"homepage": "https://github.com/odota/dotaconstants#readme"
}