forked from ulixee/secret-agent
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.build.json
48 lines (48 loc) · 1.09 KB
/
package.build.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
45
46
47
48
{
"name": "@secret-agent/monorepo",
"private": true,
"license": "MIT",
"scripts": {
"start:website": "yarn workspace @secret-agent/website start",
"test": "cross-env SA_SHOW_REPLAY=false NODE_ENV=test CACHE_DIR=.cache-test jest"
},
"devDependencies": {
"jest": "^26.1.0",
"jest-summary-reporter": "^0.0.2",
"jest-environment-node": "^26.1.0",
"jest-junit": "^6.3.0",
"lerna": "^3.4.3",
"rimraf": "^3.0.0",
"source-map-support": "^0.5.16",
"cross-env": "^7.0.2"
},
"workspaces": {
"packages": [
"client",
"core",
"core-interfaces",
"core-server",
"emulators",
"emulator-plugins/*",
"full-client",
"humanoids",
"humanoid-plugins/*",
"injected-scripts",
"mitm",
"mitm-socket",
"remote-client",
"remote-interfaces",
"replay",
"replay-app",
"replay-app/frontend",
"testing",
"session-state",
"commons",
"website"
]
},
"resolutions": {
"remark-slug": "git://github.com/ulixee/remark-slug.git",
"tough-cookie": "^4.0.0"
}
}