forked from serenity-is/Serenity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 807 Bytes
/
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
{
"name": "@serenity-is/workspace-serenity",
"devDependencies": {
"@rollup/plugin-typescript": "8.5.0",
"@swc/core": "1.3.68",
"@swc/jest": "0.2.26",
"esbuild": "0.16.14",
"flatpickr": "4.6.13",
"jest": "29.6.1",
"jest-environment-jsdom": "29.6.1",
"jest_workaround": "0.79.19",
"jsx-dom": "8.0.6",
"rollup": "2.79.1",
"rollup-plugin-dts": "4.2.3",
"terser": "5.16.0",
"tslib": "2.4.1",
"typescript": "4.9.3"
},
"optionalDependencies": {
"fsevents": "2.3.2"
},
"pnpm": {
"overrides": {
"sourcemap-codec": "npm:@jridgewell/[email protected]"
}
},
"scripts": {
"tsc": "pnpm -r --no-bail --filter !*workspace-serenity --filter !*tsbuild exec tsc"
},
"private": true,
"license": "MIT",
"type": "module"
}