-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 747 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 747 Bytes
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
{
"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"
}
}