-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.31 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@webqit/oohtml-cli",
"title": "OOHTML CLI",
"description": "OOHTML Command Line Interface.",
"keywords": [
"OOHTML",
"CLI"
],
"homepage": "https://webqit.io/tooling/oohtml-cli",
"version": "1.0.10",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/webqit/oohtml-cli.git"
},
"bugs": {
"url": "https://github.com/webqit/oohtml-cli/issues"
},
"type": "module",
"main": "src/index.js",
"bin": {
"oohtml": "src/oohtml-cli.js"
},
"scripts": {
"postversion": "npm publish",
"postpublish": "git push && git push --tags"
},
"dependencies": {
"@webqit/backpack": "^0.1.6",
"@webqit/util": "^0.8.11",
"jsdom": "^16.4.0",
"prismjs": "^1.27.0",
"showdown": "^1.9.1"
},
"author": "Oxford Harrison <[email protected]>",
"maintainers": [
"Oxford Harrison <[email protected]>"
],
"contributors": [],
"funding": {
"type": "patreon",
"url": "https://patreon.com/ox_harris"
},
"badges": {
"list": [
"npmversion",
"npmdownloads",
"patreon"
],
"config": {
"patreonUsername": "ox_harris",
"githubUsername": "webqit",
"githubRepository": "oohtml-cli",
"githubSlug": "webqit/oohtml-cli",
"npmPackageName": "@webqit/oohtml-cli"
}
}
}