Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/lerna.json
1028 views
1
{
2
"version": "1.6.5",
3
"npmClient": "yarn",
4
"packages": [
5
"client",
6
"core",
7
"interfaces",
8
"plugin-utils",
9
"plugins/*",
10
"full-client",
11
"puppet",
12
"puppet-chrome",
13
"mitm",
14
"replay",
15
"testing",
16
"commons",
17
"website"
18
],
19
"useWorkspaces": true
20
}
21
22