-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 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
{
"name": "@fe-chef/services",
"version": "0.1.7",
"description": "Create API Code in Lightening Speed",
"main": "index.js",
"engine": {
"node": "10",
"npm": "5"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"level1": "node generator.js --postmanFile=postman-collection/single-items.json --location=hooks --utilLocation=utilities",
"level2": "node generator.js --postmanFile=postman-collection/two-level-items.json --location=hooks --utilLocation=utilities"
},
"bin": {
"fe-chef-services": "./generator.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/web-slate/chef-services.git"
},
"keywords": [],
"author": "Venkatraman.R",
"license": "ISC",
"bugs": {
"url": "https://github.com/web-slate/chef-services/issues"
},
"homepage": "https://github.com/web-slate/chef-services#readme",
"dependencies": {
"chalk": "^2.4.1",
"commander": "^9.1.0",
"event-stream": "^4.0.1",
"inquirer": "^8.2.1",
"sanitize-filename": "^1.6.3",
"shelljs": "^0.8.5"
}
}