-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.03 KB
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 1.03 KB
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
{
"name": "md-to-bbcode",
"version": "0.0.0-development",
"description": "A Python tool that converts Markdown formatted text to BBCode format",
"main": "md_to_bbcode.py",
"scripts": {
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/michaelsstuff/md_to_bbcode.git"
},
"keywords": [
"markdown",
"bbcode",
"converter",
"python",
"docker"
],
"author": "Michael Schietzsch",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/michaelsstuff/md_to_bbcode/issues"
},
"homepage": "https://github.com/michaelsstuff/md_to_bbcode#readme",
"devDependencies": {
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^11.1.0",
"@semantic-release/exec": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^9.2.6",
"@semantic-release/release-notes-generator": "^12.1.0",
"conventional-changelog-conventionalcommits": "^7.0.2",
"semantic-release": "^22.0.12"
}
}