-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.05 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
{
"name": "audiopkger",
"version": "0.18.0",
"description": "A command-line tool to generate and package W3C audiobooks",
"main": "index.js",
"bin": {
"audiopkger": "bin/audiopkger"
},
"engines": {
"node": ">=8"
},
"scripts": {},
"keywords": [
"cli",
"audiobooks",
"pub-manifest",
"packaging",
"publishing",
"digital-publishing"
],
"author": "Jay Panoz",
"bugs": {
"url": "https://github.com/JayPanoz/audiopkger/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/JayPanoz/audiopkger.git"
},
"license": "MIT",
"preferGlobal": true,
"dependencies": {
"archiver": "^3.1.1",
"bcp47-validate": "^1.0.0",
"chalk": "^3.0.0",
"fluent-ffmpeg": "^2.1.2",
"glob": "^7.1.6",
"inquirer": "^7.1.0",
"inquirer-datepicker-prompt": "^0.4.2",
"inquirer-file-tree-selection-prompt": "^1.0.6",
"is-isbn": "^1.1.0",
"mime-types": "^2.1.27",
"minimist": "^1.2.6",
"music-metadata": "^8.1.4",
"pretty-bytes": "^5.3.0",
"uuid": "^3.4.0"
}
}