-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.41 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
{
"license": "MIT",
"devDependencies": {
"@isomorphic-typescript": "portal:../ts-monorepo/packages/@isomorphic-typescript/ts-monorepo~",
"ttypescript": "^1.5.10",
"typescript": "^4.0.2"
},
"dependenciesMeta": {
"ajv": {
"unplugged": true
},
"ansicolor": {
"unplugged": true
},
"schema-utils": {
"unplugged": true
},
"webpack": {
"unplugged": true
},
"webpack-sources": {
"unplugged": true
}
},
"scripts": {
"build:rapid": "yarn install && ts-monorepo",
"test": "yarn workspace @skoville-integration-testing/skoville-test start"
},
"private": true,
"workspaces": [
"packages/@skoville-integration-testing/skoville-test~",
"packages/@skoville-integration-testing/node-sample~",
"packages/@skoville-integration-testing/web-sample~",
"packages/@skoville/webpack-hmr/server/node/default~",
"packages/@skoville/webpack-hmr/server/node/customizable~",
"packages/@skoville/webpack-hmr/shared/universal/utilities~",
"packages/@skoville/webpack-hmr/client/node/default~",
"packages/@skoville/webpack-hmr/client/node/customizable~",
"packages/@skoville/webpack-hmr/client/web/default~",
"packages/@skoville/webpack-hmr/client/web/customizable~",
"packages/@skoville/webpack-hmr/client/universal/default-socket-io-accessor~",
"packages/@skoville/webpack-hmr/client/universal/hot-runtime~"
]
}