Files
wow-wotlk-declarations/package.json
2022-08-25 20:03:46 +02:00

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"
}
}