Files
wow-wotlk-declarations/package.json
2024-07-17 23:50:22 -04:00

38 lines
969 B
JSON

{
"author": {
"name": "ben-of-codecraft",
"url": "https://github.com/orgs/araxiaonline/repositories"
},
"contributors": [
{
"name": "wartoshika",
"email": "dev@qhun.de"
}
],
"description": "Typescript declarations for World of Warcraft Wrath of Lich Link LUA API, in development",
"keywords": [
"wow",
"wothlk",
"lua",
"azerothcore",
"araxiaonline",
"typescript",
"typescripttolua"
],
"license": "MIT",
"main": "declarations/index.d.ts",
"name": "@araxiaonline/wow-wotlk-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": "3.3.5-9",
"devDependencies": {
"tslint": "^5.20.0",
"typescript": "^3.6.3"
}
}