-
-
Notifications
You must be signed in to change notification settings - Fork 407
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.71 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 loc) · 1.71 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
53
54
55
56
57
58
{
"name": "@changesets/action",
"version": "2.1.0",
"private": true,
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "rolldown -c",
"test": "vitest",
"test:watch": "pnpm test --watch",
"typecheck": "tsc",
"format": "oxfmt --check",
"format:fix": "oxfmt",
"changeset": "changeset",
"bump": "node ./scripts/bump.ts",
"update-readme": "node ./scripts/update-readme.ts",
"release": "node ./scripts/release.ts",
"release:pr": "node ./scripts/release-pr.ts"
},
"dependencies": {
"@actions/artifact": "^6.2.1",
"@actions/core": "^3.0.1",
"@actions/exec": "^3.0.0",
"@actions/github": "^9.1.1",
"@changesets/get-release-plan": "^5.0.0",
"@changesets/ghcommit": "^3.0.0",
"@changesets/git": "^4.0.0",
"@changesets/pre": "^3.0.0",
"@changesets/read": "^1.0.0",
"@manypkg/get-packages": "^3.1.0",
"@octokit/core": "^7.0.7",
"@octokit/plugin-throttling": "^11.0.5",
"human-id": "^4.2.0",
"markdown-table": "^3.0.4",
"semver": "^7.8.5",
"tinyexec": "^1.3.0"
},
"devDependencies": {
"@changesets/changelog-github": "^1.0.0",
"@changesets/cli": "^3.0.0",
"@changesets/types": "^7.0.0",
"@changesets/write": "^1.0.0",
"@tsconfig/node24": "^24.0.4",
"@types/node": "^26.1.2",
"@types/semver": "^7.8.0",
"fs-fixture": "^2.14.0",
"oxfmt": "^0.61.0",
"rolldown": "^1.2.2",
"typescript": "^6.0.3",
"vitest": "^4.1.10",
"yaml": "^2.9.0"
},
"engines": {
"node": ">=24"
},
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee"
}