-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 763 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 763 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
29
30
31
{
"name": "dubscript",
"version": "1.0.0",
"description": "Dubscript Automatically moves files from the dump folder to the production folder, renames, and converts them from .mp3 to .wav.",
"main": "main.js",
"directories": {
"test": "test"
},
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/jmbockhorst/DubScript.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jmbockhorst/DubScript/issues"
},
"homepage": "https://github.com/jmbockhorst/DubScript#readme",
"dependencies": {
"csv": "^5.1.1",
"ffmpeg-static": "^2.4.0",
"pdfreader": "^1.0.0"
},
"devDependencies": {
"electron": "^4.0.8"
}
}