forked from wartoshika/wow-declarations
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 969 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"author": {
"name": "ben-of-codecraft",
"url": "https://github.com/orgs/araxiaonline/repositories"
},
"contributors": [
{
"name": "wartoshika",
"email": "[email protected]"
}
],
"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"
}
}