-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 985 Bytes
/
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
{
"name": "dfb-tools",
"engines": {
"node": "10.x"
},
"version": "1.0.0",
"description": "Tools provided by DeepFakeBlue for deepfake related activities",
"bin": {
"dfb": "pipeline/dfb.js"
},
"pkg": {
"scripts": "pipeline/*.js"
},
"scripts": {
"dev": "npx now dev",
"deploy": "npx now",
"test": "npx jest --watch"
},
"author": "",
"license": "MIT",
"dependencies": {
"clipboardy": "^2.1.0",
"commander": "^2.20.0",
"dotenv": "^8.1.0",
"es6-promise": "^4.2.8",
"inquirer": "^7.0.0",
"inquirer-file-tree-selection-prompt": "^1.0.2",
"isomorphic-fetch": "^2.2.1",
"json2csv": "^4.5.2",
"lodash": "^4.17.15",
"shelljs": "^0.8.3",
"uuid": "^3.3.3"
},
"devDependencies": {
"@types/jest": "^24.0.15",
"eslint": "^6.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"jest": "^24.8.0",
"pkg": "^4.4.0"
}
}