-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
109 lines (109 loc) · 4.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "ws-yypx",
"version": "1.0.0",
"private": true,
"description": "![.github/workflows/test.yml](https://github.com/bluelovers/ws-ypx/workflows/.github/workflows/test.yml/badge.svg)",
"homepage": "https://github.com/bluelovers/ws-ypx#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-ypx/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-ypx.git"
},
"license": "ISC",
"author": "bluelovers",
"main": "jest.config.js",
"workspaces": [
"packages/*",
"packages/@ynpx/*"
],
"scripts": {
"review:all": "yarn-tool ws run review --concurrency 1",
"review:since": "yarn run review:all -- --since",
"coverage:all": "yarn-tool ws run coverage --concurrency 1",
"coverage:since": "yarn run coverage:all -- --since",
"lint:all": "yarn-tool ws run lint --concurrency 1",
"lint:since": "yarn run lint:all -- --since",
"pretest": "echo pretest",
"test": "yarn run test:since",
"test:all": "yarn-tool ws run test --concurrency 1",
"test:jest:clearCache": "jest --clearCache",
"test:since": "yarn run test:all -- --since",
"test:snapshot:all": "yarn-tool ws run test:snapshot --concurrency 1",
"test:snapshot:since": "yarn run test:snapshot:all -- --since",
"test:tsd:all": "yarn-tool ws run test:tsd --concurrency 1",
"test:tsd:since": "yarn run test:tsd:all -- --since",
"install:frozenLockfile": "yarn-tool install --frozen-lockfile",
"install:reset-lockfile": "yarn-tool install --reset-lockfile",
"install:resetLockfile": "yarn-tool install --reset-lockfile",
"build:all": "yarn-tool ws run build --concurrency 1",
"build:since": "yarn run build:all -- --since",
"ci:install": "yarn install --frozen-lockfile && yarn add -W typescript@next jest ts-jest ts-node ynpx lerna yarn-tool",
"ci:build": "echo ci:build",
"lerna:publish": "yarn run prepublishOnly:root && lerna publish && yarn run postpublishOnly",
"lerna:publish:yes": "yarn run prepublishOnly:root && lerna publish --yes --bump patch && yarn run postpublishOnly",
"ws:fix-all": "yarn-tool fix-all --overwriteHostedGitInfo",
"ws:fix-all:resetStaticFiles": "yarn run ws:fix-all -- --resetStaticFiles",
"preversion": "yarn run test",
"version": "echo version",
"postversion": "yarn-tool fix-all",
"prepublish": "echo prepublish",
"prepare": "echo prepare",
"prepare:fix-ws-links": "ynpx --quiet @yarn-tool/fix-ws-links",
"prepublishOnly": "echo prepublishOnly",
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:lockfile": "ynpx --quiet sync-lockfile",
"prepublishOnly:root": "yarn run prepublishOnly:check-bin && yarn run prepare:fix-ws-links",
"prepublishOnly:update": "yarn run ncu && yarn run sort-package-json",
"prepack": "echo prepack",
"pack": "echo pack",
"postpack": "echo postpack",
"publish": "echo publish",
"postpublish": "echo postpublish",
"postpublishOnly": "yarn run postpublishOnly:ws-root-changelog & echo postpublishOnly",
"postpublishOnly:ws-root-changelog": "ynpx ws-root-changelog & git add ./CHANGELOG.md & git commit ./CHANGELOG.md -m \"chore(changelog): update changelog toc in workspaces root\" & echo update changelog toc in workspaces root",
"ncu": "yarn run ncu:ws",
"ncu:ws": "yarn-tool ncu -u --AA",
"ncu:root": "yarn-tool ncu -u",
"sort-package-json": "yarn run sort-package-json:root && yarn run sort-package-json:ws",
"sort-package-json:root": "yarn-tool sort",
"sort-package-json:ws": "yarn-tool ws sort",
"tsc:showConfig": "ynpx get-current-tsconfig -p"
},
"resolutions": {},
"dependencies": {
"@yarn-tool/ws-find-up-paths": "^1.0.11"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.31",
"@types/bluebird": "^3.5.37",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.0",
"@types/lodash": "^4.14.186",
"@types/node": "*",
"@types/react": "^18.0.24",
"@types/tmp": "^0.2.3",
"@types/yargs": "^17.0.13",
"@yarn-tool/get-pkg-bin": "^2.0.10",
"@yarn-tool/update-notifier": "^1.0.37",
"@ynpx/ynpx-argv": "^1.0.13",
"bin-exists": "^0.2.1",
"bluebird": "^3.7.2",
"camel-case": "^4.1.2",
"cowsay": "^1.5.0",
"crlf-normalize": "^1.0.16",
"cross-spawn-extra": "^2.1.0",
"debug-color2": "^1.3.2",
"fs-extra": "^10.1.0",
"jest": "^29.2.2",
"lodash": "^4.17.21",
"tmp": "^0.2.1",
"ts-jest": "^29.0.3",
"ts-type": "^3.0.1",
"yargs": "^17.6.0"
},
"peerDependencies": {
"lerna": "^6"
}
}