Files
wow-wotlk-declarations/package.json
wartoshika 2f2666ca52 initial
2018-08-05 11:14:16 +02:00

22 lines
514 B
JSON

{
"name": "@wartoshika/wow-declarations",
"version": "0.0.2",
"description": "Typescript declarations for the current live World of Warcraft LUA API",
"main": "declarations/index.d.ts",
"types": "declarations/index.d.ts",
"publishConfig": {
"registry":"http://npm-registry.qhun.de"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wow",
"lua",
"wartoshika",
"qhun"
],
"author": "wartoshika <dev@qhun.de>",
"license": "MIT"
}