-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.65 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "@sanity/semantic-release-preset",
"version": "5.0.0",
"description": "Recommended setup for releasing semantically using GitHub Actions workflows",
"keywords": [
".releaserc.json",
"automation",
"changelog",
"conventional-changelog",
"git",
"github-package-registry",
"github-publish",
"github",
"npm-publish",
"npm",
"publish",
"release.config.js",
"release",
"releaserc",
"sanity",
"semantic-release-config",
"semantic-release",
"semver"
],
"homepage": "https://www.sanity.io/",
"bugs": {
"url": "https://github.com/sanity-io/semantic-release-preset/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sanity-io/semantic-release-preset.git"
},
"license": "MIT",
"author": "Sanity.io <[email protected]>",
"main": "index.js",
"files": [
"CHANGELOG.md",
"index.js"
],
"scripts": {
"fmt": "npm run prettier -- --write .",
"prettier": "npx prettier --ignore-path .gitignore",
"test": "npx ls-engines"
},
"prettier": "@sanity/prettier-config",
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"conventional-changelog-conventionalcommits": "^8.0.0",
"semantic-release-license": "^1.0.3"
},
"devDependencies": {
"@sanity/prettier-config": "^1.0.2",
"ls-engines": "0.9.3",
"prettier": "^3.3.3",
"semantic-release": "^24.0.0"
},
"peerDependencies": {
"semantic-release": "^24"
},
"engines": {
"node": ">= 20.8"
},
"publishConfig": {
"access": "public",
"provenance": true
}
}