-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
48 lines (48 loc) · 1.67 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
{
"private": true,
"name": "gqty_monorepo",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/gqty-dev/gqty.git"
},
"type": "module",
"scripts": {
"build": "pnpm -r --filter=!example-* build",
"changeset": "changeset --",
"ci:release": "pnpm -r publish --access public --no-git-checks",
"ci:version": "changeset version && pnpm i --no-frozen-lockfile --lockfile-only --ignore-scripts && pnpm update -r \"@gqty/*\" gqty",
"clean": "pnpm dlx rimraf \"**/{node_modules,dist,.nyc_output,coverage,.next}\" pnpm-lock.yaml && pnpm i",
"prepare": "husky",
"publish:all": "changeset version && pnpm i && pnpm test && pnpm -r publish --access public",
"test": "pnpm test -r"
},
"devDependencies": {
"@changesets/apply-release-plan": "^7.0.8",
"@changesets/assemble-release-plan": "^6.0.5",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.12",
"@changesets/config": "^3.0.5",
"@changesets/read": "^0.6.2",
"@types/node": "^22.13.1",
"bob-esbuild": "^4.0.3",
"bob-esbuild-cli": "^4.0.0",
"bob-ts": "^4.1.1",
"bob-tsm": "^1.1.2",
"bufferutil": "^4.0.9",
"chalk": "^5.4.1",
"changesets-github-release": "^0.1.0",
"concurrently": "^9.1.2",
"esbuild": "^0.24.2",
"fast-glob": "^3.3.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"open": "^10.1.0",
"prettier": "^2.8.8",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsx": "^4.19.2",
"typescript": "^5.7.3"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}