mirror of
https://github.com/araxiaonline/wow-wotlk-declarations.git
synced 2026-06-13 02:42:25 -04:00
29 lines
747 B
JSON
29 lines
747 B
JSON
{
|
|
"author": {
|
|
"name": "wartoshika",
|
|
"email": "dev@qhun.de"
|
|
},
|
|
"description": "Typescript declarations for the current live World of Warcraft LUA API",
|
|
"keywords": [
|
|
"wow",
|
|
"lua",
|
|
"wartoshika",
|
|
"qhun"
|
|
],
|
|
"license": "MIT",
|
|
"main": "declarations/index.d.ts",
|
|
"name": "@wartoshika/wow-declarations",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"postversion": "git push github --follow-tags",
|
|
"lint": "tslint -c tslint.json declarations/**/*.d.ts",
|
|
"lint:fix": "tslint -c tslint.json --fix declarations/**/*.d.ts"
|
|
},
|
|
"types": "declarations/index.d.ts",
|
|
"version": "9.0.5-release.2",
|
|
"devDependencies": {
|
|
"tslint": "^5.20.0",
|
|
"typescript": "^3.6.3"
|
|
}
|
|
}
|