|
4 | 4 | "description": "Directly change files on github using the github API, to support GPG signing", |
5 | 5 | "keywords": [ |
6 | 6 | "actions", |
7 | | - "github", |
8 | 7 | "git", |
| 8 | + "github", |
9 | 9 | "gpg" |
10 | 10 | ], |
11 | 11 | "license": "MIT", |
|
17 | 17 | "type": "git", |
18 | 18 | "url": "git+https://github.com/changesets/ghcommit.git" |
19 | 19 | }, |
| 20 | + "files": [ |
| 21 | + "dist" |
| 22 | + ], |
20 | 23 | "type": "module", |
21 | 24 | "sideEffects": false, |
22 | 25 | "exports": { |
|
41 | 44 | "require": "./dist/node.cjs" |
42 | 45 | } |
43 | 46 | }, |
| 47 | + "publishConfig": { |
| 48 | + "access": "public" |
| 49 | + }, |
44 | 50 | "scripts": { |
45 | 51 | "build": "pnpm codegen:github && tsc --noEmit && tsdown", |
46 | 52 | "codegen:github": "graphql-codegen --config src/github/codegen.ts", |
47 | | - "format:check": "prettier --check \"**/*.{ts,tsx,md}\"", |
48 | | - "format:fix": "prettier --write \"**/*.{ts,tsx,md}\"", |
| 53 | + "format": "oxfmt --check", |
| 54 | + "format:fix": "oxfmt", |
49 | 55 | "lint": "oxlint", |
50 | | - "test:integration": "vitest -c vitest.integration.config.ts" |
| 56 | + "test:integration": "vitest -c vitest.integration.config.ts", |
| 57 | + "version-packages": "pnpm changeset version && pnpm format:fix" |
| 58 | + }, |
| 59 | + "dependencies": { |
| 60 | + "isomorphic-git": "^1.36.3" |
51 | 61 | }, |
52 | 62 | "devDependencies": { |
53 | 63 | "@actions/github": "^9.0.0", |
|
62 | 72 | "@octokit/graphql-schema": "^14.56.0", |
63 | 73 | "@types/node": "^20.11.24", |
64 | 74 | "dotenv": "^16.4.5", |
| 75 | + "oxfmt": "^0.51.0", |
65 | 76 | "oxlint": "^1.63.0", |
66 | 77 | "oxlint-tsgolint": "^0.22.1", |
67 | 78 | "pino": "^9.3.2", |
68 | 79 | "pino-pretty": "^11.2.2", |
69 | | - "prettier": "^3.3.3", |
70 | 80 | "publint": "^0.3.20", |
71 | 81 | "tsdown": "^0.22.0", |
72 | 82 | "typescript": "^6.0.3", |
73 | 83 | "vitest": "^4.1.5" |
74 | 84 | }, |
75 | | - "files": [ |
76 | | - "dist" |
77 | | - ], |
78 | | - "packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499", |
79 | | - "publishConfig": { |
80 | | - "access": "public" |
81 | | - }, |
82 | | - "dependencies": { |
83 | | - "isomorphic-git": "^1.36.3" |
84 | | - }, |
85 | | - "prettier": {} |
| 85 | + "packageManager": "pnpm@11.1.2+sha512.415a1cc25974731e75455c1468371be74c5aa5fb7621b50d4056d222451609f11412f23fd602e6169f1e060466641f798597e1be961a10688836a67b16569499" |
86 | 86 | } |
0 commit comments