-
-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.61 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.61 KB
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
49
50
51
{
"name": "effectful-js",
"private": true,
"author": "Vitaliy Akimov <vitaliy.akimov@gmail.com>",
"license": "MIT",
"version": "1.5.1",
"scripts": {
"test": "cross-env BABEL_DISABLE_CACHE=1 yarn each test",
"docs": "yarn each docs",
"each": "yarn workspaces foreach --all --topological --interlaced --parallel --exclude=effectful-js run",
"build": "yarn each build && yarn each build-loose && yarn prepare-test",
"prepare-test": "yarn each prepare-test && yarn each link-test"
},
"workspaces": [
"packages/*",
"samples/*"
],
"devDependencies": {
"@eslint/compat": "^2.0.5",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^10.0.1",
"assert": "^2.1.0",
"cross-env": "^10.1.0",
"eslint": "^10.2.0",
"globals": "^17.4.0",
"lerna": "^9.0.7",
"typescript": "^6.0.2",
"typescript-eslint": "^8.58.1"
},
"packageManager": "yarn@4.13.0",
"resolutions": {
"@npmcli/package-json@npm:7.0.2": "npm:7.0.5",
"brace-expansion@^1.1.7": "npm:1.1.13",
"brace-expansion@^2.0.1": "npm:2.0.3",
"diff@npm:^7.0.0": "npm:8.0.3",
"glob@^10": "npm:10.5.0",
"js-yaml@npm:^3": "npm:3.14.2",
"js-yaml@npm:^4": "npm:4.1.1",
"js-yaml@npm:4.1.0": "npm:4.1.1",
"js-yaml@npm:^3.10.0": "npm:3.14.2",
"js-yaml@npm:^3.13.1": "npm:3.14.2",
"js-yaml@npm:^3.2.1": "npm:3.14.2",
"minimatch@npm:9.0.3": "npm:9.0.9",
"on-headers@npm:~1.0.2": "npm:1.1.0",
"serialize-javascript@npm:^6.0.2": "npm:7.0.5",
"tar-fs@npm:^3.0.8": "npm:3.1.1",
"tmp@npm:^0.2.0": "npm:0.2.5",
"tmp@npm:0.2.3": "npm:0.2.5",
"tmp@npm:~0.2.1": "npm:0.2.5"
}
}