forked from codsen/codsen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
122 lines (122 loc) · 4.23 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
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "codsen-mono",
"version": "0.0.0",
"private": true,
"license": "MIT",
"author": {
"email": "roy@codsen.com",
"name": "Roy Revelt",
"url": "https://codsen.com"
},
"type": "module",
"workspaces": [
"packages/*",
"data/"
],
"scripts": {
"build": "turbo run build",
"ci:build:root-readme": "node ./ops/scripts/generate-readme.js",
"ci:generate:changelogs": "lernacleanchangelog '**' --extras && node ./ops/scripts/generate-changelogs.js",
"ci:generate:info": "node ./ops/scripts/generate-info.js",
"ci:lerna:version": "lerna version --no-push --conventional-commits --no-commit-hooks --yes && lernacleanchangelog '**' --extras",
"ci:publish:all": "turbo run letspublish",
"cjs-off": "turbo run cjs-off",
"cjs-on": "turbo run cjs-on",
"cm": "git-cz -n",
"deploy": "echo 'would deploy'",
"dev": "turbo run dev --parallel",
"format": "prettier --write '**/*.{ts,tsx,.md}'",
"graph": "lerna-dependency-graph -f 'png' -o './deps-graph.png'",
"house": "lernacleanchangelog '**' --extras && npm run prettier && uvu ops/helpers && npm run update:projectReferences && npm run ci:generate:info && npm run ci:generate:changelogs && npm run ci:build:root-readme",
"lect": "turbo run lect",
"lerna": "lerna",
"lint": "turbo run lint",
"nuke": "git clean -fdx",
"perf": "turbo run perf",
"prep": "turbo run prep",
"prep2": "lerna run prep",
"prettier": "turbo run prettier:format",
"test": "npm run house && turbo run test",
"test:projectReferences": "workspaces-to-typescript-project-references --includesRoot --check",
"ts": "deno run --allow-read --allow-run --allow-write --allow-net",
"turbo": "turbo",
"unit": "npm run house && turbo run unit",
"update:projectReferences": "workspaces-to-typescript-project-references --includesRoot",
"wipe": "rm package-lock.json || true && rm -rf node_modules && git clean -fXd && npm i"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"@monorepo-utils/workspaces-to-typescript-project-references": "^2.10.2",
"@rollup/plugin-json": "^6.0.1",
"@types/hast": "^3.0.1",
"@types/node": "^20.8.4",
"@types/tap": "^15.0.9",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"benchmark": "^2.1.4",
"c8": "^8.0.1",
"codsen-utils": "^1.6.2",
"commitizen": "^4.3.0",
"cz-conventional-changelog": "^3.3.0",
"dequal": "^2.0.3",
"detergent": "^9.2.6",
"esbuild": "^0.19.4",
"esbuild-register": "^3.5.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-n": "^16.2.0",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-row-num": "^4.0.19",
"eslint-plugin-test-num": "^3.0.20",
"execa": "^8.0.1",
"hast-util-raw": "^9.0.1",
"jest": "^29.7.0",
"json-comb-core": "^8.0.15",
"lerna": "^7.3.1",
"lerna-clean-changelogs-cli": "^3.0.13",
"lerna-dependency-graph": "^1.1.0",
"lodash.camelcase": "^4.3.0",
"lodash.intersection": "^4.4.0",
"lodash.omit": "^4.5.0",
"lodash.partition": "^4.6.0",
"object-delete-key": "^4.0.19",
"object-path": "^0.11.8",
"perf-ref": "^1.0.5",
"prettier": "^3.0.3",
"rehype-format": "^5.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-conventional-commit-changelog-timeline": "^3.1.5",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.0.0",
"remark-typography": "^0.6.15",
"rimraf": "^5.0.5",
"rollup": "^4.0.2",
"rollup-plugin-dts": "^6.1.0",
"semver-regex": "^4.0.5",
"simple-git": "^3.20.0",
"sort-package-json": "^2.6.0",
"tempy": "^3.1.0",
"turbo": "^1.10.15",
"typescript": "^5.2.2",
"unified": "^11.0.3",
"unist-builder": "^4.0.0",
"unist-util-visit": "^5.0.0",
"uvu": "^0.5.6",
"write-file-atomic": "^5.0.1"
},
"engines": {
"node": ">=14.18.0"
}
}