forked from SR5-FoundryVTT/SR5-FoundryVTT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.23 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
{
"devDependencies": {
"@ethaks/fvtt-quench": "^0.9.2",
"@jgoz/esbuild-plugin-typecheck": "^3.1.0",
"@league-of-foundry-developers/foundry-vtt-types": "^9.269.0",
"@types/node": "^20.8.9",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@yaireo/tagify": "^4.17.9",
"buffer": "^6.0.3",
"chalk": "^5.3.0",
"del": "^7.1.0",
"esbuild": "^0.19.5",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-standard-with-typescript": "^40.0.0",
"eslint-plugin-prettier": "^5.0.1",
"events": "^3.3.0",
"fs-extra": "^11.1.1",
"gulp": "^4.0.2",
"gulp-sass": "^5.0.0",
"gulp-sourcemaps": "^3.0.0",
"node-sass": "^9.0.0",
"prettier-eslint": "^16.1.2",
"stream": "^0.0.2",
"timers": "^0.1.1",
"typescript": "^5.3.2",
"xml2js": "0.4.23"
},
"scripts": {
"test": "tsc --project tsconfig.json --noEmit",
"lint": "npx eslint .",
"lint:fix": "npx eslint . --fix",
"lint:errors": "npx eslint . --quiet",
"lint:errors:fix": "npx eslint . --quiet --fix",
"prettier": "npx prettier --write **/*.ts"
}
}