-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 899 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
{
"name": "sammie",
"version": "1.2.1",
"description": "Serverless Application Model Made Infinitely Easier",
"license": "MIT",
"author": "Garth Poitras <[email protected]>",
"repository": {
"type": "git",
"url": "git+https://github.com/bustle/sammie.git"
},
"keywords": [
"aws",
"sam",
"serverless",
"lambda",
"api-gateway",
"cloudformation"
],
"main": "src/index.js",
"bin": "src/bin.js",
"files": [
"src"
],
"engines": {
"node": ">=10"
},
"dependencies": {
"chalk": "^4.1.0",
"cloudformation-schema-js-yaml": "^1.0.1",
"deepmerge": "^4.2.2",
"js-yaml": "^3.14.0",
"sade": "^1.7.3"
},
"devDependencies": {
"flt": "^0.32.0"
},
"scripts": {
"test": "flt",
"clean": "rm -f index.js | rm -f sam*.json | rm -f sam*.yaml | rm -f .*cache"
},
"prettier": "flt/config/prettier.config.js"
}