-
-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.65 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.65 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
{
"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 -r test"
},
"devDependencies": {
"@changesets/apply-release-plan": "^7.0.14",
"@changesets/assemble-release-plan": "^6.0.9",
"@changesets/changelog-github": "^0.5.1",
"@changesets/cli": "^2.29.5",
"@changesets/config": "^3.1.1",
"@changesets/read": "^0.6.5",
"@types/node": "^22.16.5",
"@types/prettier": "^2.7.3",
"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.2.0",
"esbuild": "^0.25.6",
"fast-glob": "^3.3.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"open": "^10.2.0",
"prettier": "^2.8.8",
"pretty-quick": "^3.3.1",
"rimraf": "^5.0.5",
"semver": "^7.6.1",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"packageManager": "pnpm@10.26.2"
}