-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.07 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
{
"name": "@echelon-solutions/s4-core",
"description": "The specification.cloud s4 core library.",
"version": "0.0.2",
"license": "MIT",
"author": {
"name": "Khalid Zoabi",
"email": "kzoabi@outlook.com",
"url": "https://github.com/khalidx"
},
"homepage": "https://github.com/echelon-solutions/s4-core",
"repository": {
"type": "git",
"url": "git://github.com/echelon-solutions/s4-core.git"
},
"bugs": {
"url": "https://github.com/echelon-solutions/s4-core/issues"
},
"keywords": [
"api",
"rest",
"services",
"aws",
"cloudformation",
"sam",
"serverless",
"cloud"
],
"scripts": {
"dev": "nodemon",
"build": "tsc"
},
"dependencies": {
"ajv": "^5.2.2",
"aws-sdk": "^2.82.0",
"lowdb": "^0.16.2",
"swagger-parser": "^3.4.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@types/lowdb": "^0.15.0",
"@types/node": "^8.0.9",
"@types/swagger-parser": "^4.0.1",
"@types/yamljs": "^0.2.30",
"nodemon": "^1.11.0",
"ts-node": "^3.2.0",
"typescript": "^2.4.1"
}
}