-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 906 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 906 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
{
"name": "django-moo",
"version": "1.5.1",
"description": "Create your own text-based universe.",
"devDependencies": {
"@alexbabel/semantic-release-docker": "^2.9.0",
"@commitlint/cli": "^20.4.3",
"@commitlint/config-conventional": "^20.4.3",
"@pubgcorp/semantic-release-helm": "^1.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/exec": "^7.1.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/gitlab": "^13.3.2",
"conventional-changelog-conventionalcommits": "^9.3.0",
"semantic-release": "^24.2.9",
"semantic-release-pypi": "^5.1.3",
"semantic-release-replace-plugin": "^1.2.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/bubblehouse/django-moo"
},
"author": "Phil Christensen",
"license": "AGPL-3.0-only"
}