-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.37 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
{
"name": "@myparcel/semantic-release-config",
"version": "5.0.0",
"description": "Reusable configurations for semantic-release",
"keywords": [
"semantic-release"
],
"homepage": "https://github.com/myparcelnl/semantic-release-config#readme",
"bugs": {
"url": "https://github.com/myparcelnl/semantic-release-config/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/myparcelnl/semantic-release-config.git"
},
"license": "MIT",
"author": "Edie Lemoine <[email protected]>",
"prettier": "@myparcel/prettier-config",
"dependencies": {
"@iwavesmedia/semantic-release-composer": "^1.0.0",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/commit-analyzer": "^9.0.2",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.4",
"@semantic-release/npm": "^10.0.0",
"@semantic-release/release-notes-generator": "^12.0.0",
"conventional-changelog-conventionalcommits": "^4.0.0 || ^5.0.0",
"semantic-release": "^21.0.0"
},
"devDependencies": {
"@myparcel-eslint/eslint-config-esnext": "^1.2.0",
"@myparcel-eslint/eslint-config-node": "^1.2.0",
"@myparcel-eslint/eslint-config-prettier": "^1.2.0",
"eslint": "^8.38.0",
"prettier": "^2.8.7"
},
"packageManager": "[email protected]",
"publishConfig": {
"access": "public"
}
}