forked from changesets/action
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1019 Bytes
/
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
{
"name": "@changesets/action",
"version": "1.4.1-forked.5",
"main": "./dist/index.cjs",
"license": "MIT",
"scripts": {
"build": "nanobundle build --standalone --no-sourcemap --no-dts"
},
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@changesets/pre": "^1.0.14",
"@changesets/read": "^0.5.9",
"@manypkg/get-packages": "^2.2.1",
"mdast-util-to-string": "^3.1.0",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"semver": "^7.3.5",
"unified": "^10.1.1"
},
"devDependencies": {
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.1",
"@changesets/types": "^5.2.1",
"@changesets/write": "^0.2.3",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.10.0",
"@types/semver": "^7.3.13",
"fs-extra": "^8.1.0",
"nanobundle": "^1.6.0",
"typescript": "^5.0.4"
},
"engines": {
"node": ">=16.0.0"
},
"packageManager": "yarn@3.5.0"
}