-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.13 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
{
"name": "@cihelper/semanticrelease-preset-poetry",
"version": "1.8.0",
"description": "Semantic Release configuration for Python projects using Poetry",
"type": "commonjs",
"main": ".releaserc.js",
"files": [
".releaserc.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/cihelper/semanticrelease-preset-poetry.git"
},
"keywords": [
"semantic-release-config",
"python",
"poetry",
"pypi",
"github"
],
"author": "Mirko Lenz <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/cihelper/semanticrelease-preset-poetry/issues"
},
"homepage": "https://github.com/cihelper/semanticrelease-preset-poetry#README",
"dependencies": {
"@semantic-release/changelog": "^6",
"@semantic-release/git": "^10",
"semantic-release": "^24",
"conventional-changelog-conventionalcommits": "^8",
"@cihelper/semanticrelease-plugin-poetry": "^2",
"semantic-release-major-tag": "^0.3"
},
"devDependencies": {
"@cihelper/semanticrelease-preset-npm": "^1"
},
"release": {
"extends": "@cihelper/semanticrelease-preset-npm"
}
}