-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
49 lines (49 loc) · 1.33 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
45
46
47
48
49
{
"private": true,
"name": "boost-root",
"type": "module",
"scripts": {
"moon": "$(yarn bin moon) --color",
"release": "yarn run moon run :pack && lerna-release",
"version": "yarn install && git add yarn.lock",
"packemon": "yarn dlx --package [email protected] --package typescript --quiet packemon"
},
"engines": {
"node": "20.11.0"
},
"devDependencies": {
"@moonrepo/cli": "^1.22.2",
"@moonrepo/dev": "^2.0.1",
"@types/exit": "^0.1.33",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.11.24",
"@types/pluralize": "^0.0.33",
"@types/react": "^18.2.61",
"@types/semver": "^7.5.8",
"@types/split": "^1.0.5",
"@vitest/coverage-v8": "^1.3.1",
"eslint": "^8.57.0",
"eslint-config-moon": "^2.1.2",
"fs-extra": "^11.2.0",
"lerna": "^8.1.2",
"prettier": "^3.2.5",
"prettier-config-moon": "^1.1.2",
"time-require": "^0.1.2",
"tsconfig-moon": "^1.3.0",
"typescript": "^5.3.3",
"vitest": "^1.3.1"
},
"publishConfig": {
"access": "public"
},
"workspaces": [
"packages/*",
"themes/*",
"website"
],
"packageManager": "[email protected]",
"resolutions": {
"ink-testing-library@^3.0.0": "patch:ink-testing-library@npm%3A3.0.0#./.yarn/patches/ink-testing-library-npm-3.0.0-c20aad0bd9.patch"
}
}