-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (31 loc) · 1021 Bytes
/
package.json
File metadata and controls
32 lines (31 loc) · 1021 Bytes
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
{
"name": "greeclimate-release",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cmroche/greeclimate.git"
},
"author": "Clifford Roche",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/cmroche/greeclimate/issues"
},
"homepage": "https://github.com/cmroche/greeclimate#readme",
"dependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^12.0.2",
"@semantic-release/release-notes-generator": "^14.1.0",
"semantic-release": "^25.0.2",
"semantic-release-pypi": "^5.1.3"
}
}