-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 4.86 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 4.86 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
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
{
"name": "ws-yypx",
"version": "1.0.0",
"private": true,
"description": "",
"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",
"lerna:publish:yes:force": "node --run lerna:publish:yes:patch -- --force-publish",
"lerna:publish:yes:major": "node --run prepublishOnly:root && lerna publish --no-private --yes --bump major && yarn run postpublishOnly",
"lerna:publish:yes:minor": "node --run prepublishOnly:root && lerna publish --no-private --yes --bump minor && yarn run postpublishOnly",
"lerna:publish:yes:patch": "node --run prepublishOnly:root && lerna publish --no-private --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": "pnpm exec ynpx --quiet @yarn-tool/fix-ws-links",
"prepublishOnly": "echo prepublishOnly",
"prepublishOnly:check-bin": "pnpm exec ynpx --quiet @yarn-tool/check-pkg-bin",
"prepublishOnly:lockfile": "pnpm exec 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": "pnpm exec 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": "pnpm exec ynpx get-current-tsconfig -p"
},
"dependencies": {
"@bluelovers/conventional-changelog-bluelovers": "^5.0.27",
"@yarn-tool/require-resolve": "^4.0.6",
"@yarn-tool/ws-find-up-paths": "^1.0.19",
"jest-after-this": "^1.0.4",
"ynpx": "^3.0.2"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.35",
"@types/bluebird": "^3.5.42",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^30.0.0",
"@types/lodash": "^4.17.24",
"@types/node": "^25.4.0",
"@types/react": "^19.2.14",
"@types/tmp": "^0.2.6",
"@types/yargs": "^17.0.35",
"cowsay": "^1.6.0",
"jest": "^30.3.0",
"tmp": "^0.2.5",
"ts-jest": "^29.4.6",
"ts-type": "^3.0.8"
},
"peerDependencies": {
"lerna": "^9.0.6"
}
}