UNPKG

@shushishtok/dota-kv-maker

Version:

Convert Typescript code into Dota KV for abilities, items, heroes and units

30 lines (29 loc) 673 B
{ "name": "@shushishtok/dota-kv-maker", "version": "1.1.4", "description": "Convert Typescript code into Dota KV for abilities, items, heroes and units", "scripts": { "postinstall": "node install.js" }, "keywords": [ "Dota", "Ability", "Generator", "Typescript" ], "author": "Shush", "license": "ISC", "dependencies": { "link-module-alias": "^1.2.0", "node-watch": "^0.7.1", "npm-run-all": "^4.1.5", "typescript": "^4.1.3", "valve-kv": "^1.2.0" }, "deprecated": false, "devDependencies": { "@types/node": "^14.14.22", "fs-extra": "^9.1.0", "ts-node": "^9.1.1" } }