-
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) · 752 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 752 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": "file-gen-cli",
"version": "3.2.13",
"description": "A CLI that generate files for your application",
"main": "app.js",
"bin": "./app.js",
"scripts": {
"start": "node app.js"
},
"author": "Vincent Guillemette",
"repository": {
"type": "git",
"url": "https://github.com/guignol1981/file-gen-cli"
},
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"change-case": "^3.1.0",
"form-data": "^4.0.0",
"inquirer": "^6.2.2",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"jest": "^24.5.0",
"rimraf": "^2.6.3"
},
"jest": {
"testEnvironment": "node"
}
}