-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
99 lines (99 loc) · 4.31 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
{
"name": "ws-string",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/bluelovers/ws-string#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-string/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-string.git"
},
"workspaces": [
"packages/*",
"packages/@lazy-cjk/*",
"packages/@regexp-cjk/*",
"packages/@node-novel/*"
],
"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",
"postpublish:subtree": "ts-node ./script/run/postpublish-subtree.ts",
"postpublishOnly": "yarn run postpublishOnly:ws-root-changelog & yarn run postpublish:subtree & 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",
"postpublishOnly:add": "ts-node ./script/run/postpublish-add.ts",
"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": {
"arabic-roman-convert.js": "^1.2.1",
"regexp-class-to-regenerate": "^1.0.39",
"tslib": "^2.6.2"
},
"devDependencies": {
"@bluelovers/fast-glob": "^3.0.4",
"@bluelovers/tsconfig": "^1.0.34",
"@git-lazy/spawn": "^1.0.38",
"@git-lazy/subtree": "^1.0.32",
"@types/bluebird": "^3.5.42",
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.16",
"@yarn-tool/ws-find-up-paths": "^1.0.12",
"bluebird": "^3.7.2",
"debug-color2": "^1.3.2",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2"
},
"peerDependencies": {
"lerna": "^8.0.2"
}
}