-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.11 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.11 KB
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
{
"private": true,
"name": "conditional-visibility",
"version": "0.1.4",
"description": "",
"scripts": {
"package": "gulp clean && gulp build && gulp package",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --collect-coverage",
"build": "gulp build && gulp link",
"build:watch": "gulp watch",
"clean": "gulp clean && gulp link --clean",
"update": "npm install --save-dev gitlab:foundry-projects/foundry-pc/foundry-pc-types"
},
"author": "",
"license": "",
"devDependencies": {
"@types/jest": "^26.0.14",
"archiver": "^5.0.2",
"chalk": "^4.1.0",
"foundry-pc-types": "gitlab:foundry-projects/foundry-pc/foundry-pc-types",
"fs-extra": "^9.0.1",
"gulp": "^4.0.2",
"gulp-git": "^2.10.1",
"gulp-less": "^4.0.1",
"gulp-sass": "^4.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^26.5.2",
"json-stringify-pretty-compact": "^2.0.0",
"sass": "^1.26.11",
"ts-jest": "^26.4.1",
"typescript": "^4.0.3",
"yargs": "^16.0.3"
},
"jest": {
"transform": {
"^.+\\.(ts|tsx|js|jsx)?$": "ts-jest"
}
}
}