forked from eadorin/about-face
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
43 lines (43 loc) · 1.15 KB
/
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
38
39
40
41
42
43
{
"private": true,
"name": "about-face",
"version": "2.1.2",
"description": "Rotates Tokens and provide indicators for direction based on movement",
"author": "eadorin, edzillion",
"license": "GNU GPLv3.0 & 'Commons Clause' License Condition v1.0",
"devDependencies": {
"@types/async": "^3.2.3",
"@types/node": "^14.11.2",
"@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0",
"archiver": "^5.0.2",
"chalk": "^4.1.0",
"del": "^6.0.0",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"foundry-pc-types": "gitlab:foundry-projects/foundry-pc/foundry-pc-types",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-less": "^4.0.1",
"gulp-sass": "^4.1.0",
"gulp-typedoc": "^2.2.5",
"gulp-typescript": "^6.0.0-alpha.1",
"json-stringify-pretty-compact": "^2.0.0",
"lint-staged": "^10.4.0",
"prettier": "^2.1.2",
"sass": "^1.26.11",
"typedoc": "^0.19.2",
"typescript": "^4.0.3",
"yargs": "^16.0.3"
},
"dependencies": {},
"scripts": {
"lint": "eslint \"src/**/*.{js,ts,tsx}\" --quiet --fix"
},
"lint-staged": {
"*.{js,ts,tsx}": [
"eslint --fix"
]
}
}