-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 873 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
{
"name": "typescript-wow-test",
"version": "0.0.1",
"private": true,
"description": "Typescript WoW addon test",
"main": "main.ts",
"scripts": {
"build": "tstl",
"dev": "tstl --watch",
"lint": "eslint . --ext .ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iyadriel/typescript-wow-test.git"
},
"author": "Iyadriel",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"@wartoshika/wow-declarations": "^8.3.0-release.1",
"eslint": "^7.22.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"lua-types": "^2.8.0",
"prettier": "^2.2.1",
"typescript": "^4.2.3",
"typescript-to-lua": "^0.39.0"
}
}