-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.29 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
44
{
"name": "fvtt-fudge",
"version": "2.3.0",
"main": "modules/fudge.mjs",
"license": "MIT",
"scripts": {
"build": "gulp buildJS && node ./build/compilepacks.mjs",
"build:js": "gulp buildJS && cpy fudge-compiled.mjs . --rename=fudge.mjs",
"build:nedb": "gulp compilePacks",
"build:db": "node ./build/compilepacks.mjs",
"lint": "gulp lint",
"lint:fix": "gulp lint:fix",
"extract:nedb": "gulp extractPacks",
"test": "echo -- no CI tests yet - test locally with playwright using pnpm test:local ",
"test:local": "yarn playwright test --reporter=html"
},
"devDependencies": {
"@babel/core": "^7.19.0",
"@babel/eslint-parser": "^7.18.9",
"@foundryvtt/foundryvtt-cli": "^1.0.2",
"@playwright/test": "^1.31.2",
"@rollup/plugin-node-resolve": "^14.0.1",
"cpy-cli": "^5.0.0",
"eslint": "^8.56.0",
"eslint-plugin-jsdoc": "^48.0.2",
"fancy-log": "^1.3.3",
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-eslint-new": "^1.9.0",
"gulp-if": "^3.0.0",
"merge-stream": "^2.0.0",
"nedb": "^1.8.0",
"path": "^0.12.7",
"pnpm": "^7.11.0",
"rollup": "^2.79.0",
"through2": "^3.0.2",
"v8-to-istanbul": "^9.0.1",
"yargs": "^17.5.1"
},
"overrides": {
"glob-parent": "^5.1.2",
"underscore": "^1.12.1"
}
}