-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
106 lines (106 loc) · 4.48 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
{
"name": "ws-epub",
"version": "1.0.0",
"private": true,
"homepage": "https://github.com/bluelovers/ws-epub#readme",
"bugs": {
"url": "https://github.com/bluelovers/ws-epub/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluelovers/ws-epub.git"
},
"workspaces": [
"packages/*"
],
"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 yarn-tool lerna ynpx ts-node ts-jest jest typescript@next @bluelovers/jest-config",
"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": {
"tslib": "^2.6.2"
},
"devDependencies": {
"@bluelovers/tsconfig": "^1.0.34",
"@types/autoprefixer": "^9.7.2",
"@types/bluebird": "^3.5.39",
"@types/fs-extra": "^11.0.2",
"@types/he": "^1.2.1",
"@types/html-minifier": "^4.0.3",
"@types/imagemin": "^8.0.1",
"@types/imagemin-mozjpeg": "^8.0.1",
"@types/imagemin-optipng": "^5.2.1",
"@types/imagemin-pngquant": "^7.0.0",
"@types/imagemin-webp": "^7.0.0",
"@types/is-relative": "^1.0.0",
"@types/jest": "^29.5.5",
"@types/js-beautify": "^1.14.1",
"@types/jszip": "^3.4.1",
"@types/lodash": "^4.14.198",
"@types/markdown-it": "^13.0.1",
"@types/markdown-it-emoji": "^2.0.2",
"@types/micromatch": "^4.0.2",
"@types/node": "^20.6.2",
"@types/shortid": "^0.0.29",
"@types/uuid": "^9.0.4",
"@types/xml2js": "^0.4.12",
"@types/yargs": "^17.0.24",
"@yarn-tool/ws-find-up-paths": "*",
"jest": "^29.7.0",
"novel-txt-merge": "^1.0.36",
"ts-jest": "^29.1.1"
},
"peerDependencies": {
"lerna": "^7.3.0"
}
}