-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.18 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.18 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
{
"name": "mercurius-typescript",
"version": "1.0.0",
"private": true,
"description": "All the examples are available in the [examples folder](./examples/)",
"homepage": "https://github.com/PabloSzx/mercurius-typescript#readme",
"bugs": {
"url": "https://github.com/PabloSzx/mercurius-typescript/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PabloSzx/mercurius-typescript.git"
},
"license": "MIT",
"author": "PabloSz",
"scripts": {
"ci:release": "pnpm pretty && pnpm -r publish --access public --no-git-checks",
"ci:version": "pnpm pretty && changeset version && pnpm i --no-frozen-lockfile --lockfile-only --ignore-scripts && pnpm update -r mercurius-codegen",
"clean": "pnpm dlx rimraf \"**/{node_modules,dist,coverage,.nyc_output}\" pnpm-lock.yaml && pnpm i",
"pretty": "prettier --write \"**/*.{ts,json}\"",
"test": "pnpm -r --no-bail --stream test"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@types/node": "^24.12.2",
"changesets-github-release": "^0.1.0",
"esbuild": "^0.28.0",
"husky": "^9.1.7",
"prettier": "^3.6.2",
"pretty-quick": "^4.2.2",
"rimraf": "^6.1.3"
}
}