-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (31 loc) · 970 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
{
"name": "moonraker-api-release",
"version": "1.0.0",
"description": "![Python package](https://github.com/cmroche/moonraker_api/workflows/Python%20package/badge.svg)",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmroche/moonraker-api.git"
},
"author": "Clifford Roche",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cmroche/moonraker-api/issues"
},
"homepage": "https://github.com/cmroche/moonraker-api#readme",
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^10.0.6",
"@semantic-release/release-notes-generator": "^14.0.1",
"semantic-release": "^24.0.0",
"semantic-release-pypi": "^3.0.1"
}
}