-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.26 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
{
"name": "@googlemaps/semantic-release-config",
"version": "1.4.6",
"description": "Shared semantic release configuration.",
"keywords": [
"google",
"maps",
"semantic release",
"config"
],
"homepage": "https://github.com/googlemaps/semantic-release-config",
"bugs": {
"url": "https://github.com/googlemaps/semantic-release-config/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/googlemaps/semantic-release-config.git"
},
"license": "Apache-2.0",
"author": "Justin Poehnelt",
"main": "release.config.js",
"scripts": {
"format": "prettier *.js --write",
"lint": "prettier *.js --check",
"test": "echo 'no tests'"
},
"dependencies": {
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^9.0.1",
"@semantic-release/release-notes-generator": "^10.0.3",
"conventional-changelog-conventionalcommits": "^7.0.1"
},
"devDependencies": {
"prettier": "^3.0.0"
},
"peerDependencies": {
"semantic-release": "^19.0.2"
},
"publishConfig": {
"access": "public",
"registry": "https://wombat-dressing-room.appspot.com"
}
}