-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
66 lines (66 loc) · 1.49 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
59
60
61
62
63
64
65
66
{
"name": "bookiza",
"version": "5.1.1",
"description": "The book reification framework for the web",
"logo": {
"file": "./assets/images/bookiza.png"
},
"preferGlobal": true,
"engines": {
"node": ">=18.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bookiza/bookiza.cli.git"
},
"keywords": [
"bookiza",
"book",
"writing",
"tool",
"manuscript",
"baking",
"framework",
"superbooks",
"CLI"
],
"license": "BOL",
"type": "module",
"bugs": {
"url": "https://github.com/bookiza/bookiza.cli/issues"
},
"homepage": "https://bookiza.io",
"readme": "https://github.com/bookiza/bookiza.cli#readme",
"author": "Marvin Danig <[email protected]> (https://marvindanig.com)",
"scripts": {
"postinstall": "node ./scripts/displayLicense.mjs"
},
"bin": {
"bookiza": "bin/bin.js",
"b": "bin/bin.js"
},
"dependencies": {
"arc-bookiza": "^2.0.0",
"center-align": "1.0.1",
"chalk": "5.3.0",
"chalkline": "0.0.5",
"check-types": "11.2.2",
"co": "4.6.0",
"co-prompt": "1.0.0",
"commander": "11.0.0",
"dateformat": "5.0.3",
"fs-extra": "11.1.1",
"jsonfile": "6.1.0",
"progress": "2.0.3",
"pug": "3.0.2",
"shelljs": "0.8.5",
"spawn-npm-install": "1.2.0",
"superagent": "8.0.9",
"terminal-link": "3.0.0"
},
"devDependencies": {
"eslint": "^8.45.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.27.5"
}
}