forked from winglang/wing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.53 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
{
"name": "monowingo",
"devDependencies": {
"@nrwl/devkit": "16.5.0",
"bump-pack": "workspace:^",
"changelogen": "^0.5.3",
"nx": "16.5.0",
"semver": "^7.3.8"
},
"scripts": {
"build": "nx run-many --all --targets build,test,package",
"test": "nx run-many --all --target=test",
"package": "nx run-many --all --target=package",
"build:ci": "nx run-many --targets lint,build --all --configuration=release --output-style=stream --verbose",
"test:ci": "nx run-many --exclude=hangar --target=test --all --configuration=release --output-style=stream --verbose",
"package:ci": "nx run-many --target=package --all --configuration=release --output-style=stream --verbose",
"docs": "./scripts/docsite.sh",
"changelog": "bump-pack",
"install": "bash scripts/setup_wasi.sh",
"postinstall": "link-bundles"
},
"volta": {
"node": "18.16.0",
"pnpm": "8.6.5"
},
"pnpm": {
"patchedDependencies": {
"wasi-js@1.7.3": "patches/wasi-js@1.7.3.patch",
"@aws-sdk/is-array-buffer@3.201.0": "patches/@aws-sdk__is-array-buffer@3.201.0.patch",
"@aws-sdk/util-buffer-from@3.208.0": "patches/@aws-sdk__util-buffer-from@3.208.0.patch",
"jsii@5.0.11": "patches/jsii@5.0.11.patch",
"esbuild-wasm@0.18.5": "patches/esbuild-wasm@0.18.5.patch",
"@aws-sdk/util-utf8-node@3.259.0": "patches/@aws-sdk__util-utf8-node@3.259.0.patch",
"@aws-sdk/util-utf8-browser@3.259.0": "patches/@aws-sdk__util-utf8-browser@3.259.0.patch",
"nx@16.5.0": "patches/nx@16.5.0.patch"
}
}
}