-
-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
34 lines (34 loc) · 1014 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
34
{
"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": "^1.2.3",
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"assert": "^2.1.0",
"cross-env": "^7.0.3",
"eslint": "^9.16.0",
"globals": "^15.12.0",
"lerna": "^8.1.9",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
},
"packageManager": "yarn@4.5.3",
"resolutions": {
"scratch": "portal:/Users/vitaliiakimov/work/proto/private/scratch"
}
}