-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 781 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 781 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
{
"name": "serverless-run-watch",
"version": "0.4.1",
"description": "Cloud-local developer experience for Serverless. Single-digit second deploys, and logs streamed from CloudWatch straight to your terminal",
"main": "ServerlessRunWatch.js",
"scripts": {
"test": "nyc mocha"
},
"keywords": [
"serverless",
"lambda",
"aws"
],
"author": "AJ Stuyvenberg",
"license": "MIT",
"dependencies": {
"@serverless/utils": "^6.8.2",
"chokidar": "^3.5.3"
},
"devDependencies": {
"chai": "^4.3.7",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"sinon": "^15.0.1"
},
"homepage":"https://github.com/astuyve/serverless-run-watch",
"repository" : {
"type": "git",
"url": "https://github.com/astuyve/serverless-run-watch"
}
}