-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.35 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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@echelon-solutions/s4",
"description": "A command line tool for API development based on the following 4 resources: schemas | scenarios | specifications | services",
"version": "0.0.0",
"license": "MIT",
"author": {
"name": "Khalid Zoabi",
"email": "[email protected]",
"url": "https://github.com/khalidx"
},
"homepage": "https://github.com/echelon-solutions/s4",
"repository": {
"type": "git",
"url": "git://github.com/echelon-solutions/s4.git"
},
"bugs": {
"url": "https://github.com/echelon-solutions/s4/issues"
},
"keywords": [
"api",
"rest",
"services",
"aws",
"cloudformation",
"sam",
"serverless",
"cloud"
],
"preferGlobal": true,
"bin": {
"s4": "bin/s4"
},
"scripts": {
"dev": "nodemon",
"build": "tsc"
},
"dependencies": {
"@echelon-solutions/s4-core": "0.0.1",
"chalk": "^2.0.1",
"fs-extra": "^4.0.0",
"glob": "^7.1.2",
"lowdb": "^0.16.2",
"open": "0.0.5",
"shelljs": "^0.7.7",
"vorpal": "^1.12.0"
},
"devDependencies": {
"@types/chalk": "^0.4.31",
"@types/fs-extra": "^4.0.0",
"@types/glob": "^5.0.30",
"@types/lowdb": "^0.15.0",
"@types/node": "^8.0.9",
"@types/open": "0.0.29",
"@types/shelljs": "^0.7.2",
"nodemon": "^1.11.0",
"ts-node": "^3.2.0",
"typescript": "^2.4.1"
}
}