-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 721 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 721 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
{
"name": "lambda-sample-events",
"version": "1.0.1",
"description": "Example JSON payloads for AWS Lambda.",
"main": "index.js",
"scripts": {
"create-events": "node ./scripts/create-events.js",
"release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tschoffelen/lambda-sample-events.git"
},
"keywords": [
"lambda",
"aws",
"events"
],
"author": "Thomas Schoffelen <thomas@schof.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tschoffelen/lambda-sample-events/issues"
},
"homepage": "https://github.com/tschoffelen/lambda-sample-events#readme",
"devDependencies": {
"semantic-release": "^24.2.0"
}
}