forked from mxitgo/samwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 734 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 734 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
32
33
34
35
36
37
38
{
"name": "samwatch",
"homepage": "https://mxitgo.com/",
"author": {
"name": "MXITGO",
"url": "https://mxitgo.com"
},
"engines": {
"node": ">=8.10.0"
},
"repository": {
"type": "git",
"url": "https://github.com/mxitgo/samwatch.git"
},
"description": "Monitor file changes while working with AWS SAM and Lambda functions.",
"keywords": [
"monitor",
"development",
"restart",
"autoload",
"reload",
"terminal",
"AWS",
"SAM",
"Serverless",
"Lambda"
],
"license": "MIT",
"main": "./samwatch",
"bin": {
"samwatch": "./bin/samwatch.js"
},
"dependencies": {
"chalk": "^4.1.0",
"nodemon": "^2.0.4"
},
"version": "0.0.24-development"
}