-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 889 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 889 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": "@public.firetail.io/firetail-js-lambda",
"version": "1.0.1",
"main": "dist/index.js",
"description": "Simple code example for the logging of lambda requests",
"scripts": {
"build": "tsc",
"test": "jest --no-cache ",
"test:go": "npm test -- --watch --coverage",
"test:update": "npm test -- --updateSnapshot",
"test:cover": "npm test -- --coverage --no-cache --detectOpenHandles",
"test:watch": "npm test -- --watch --runInBand"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FireTail-io/firetail-js-lambda.git"
},
"license": "LGPL",
"bugs": {
"url": "https://github.com/FireTail-io/firetail-js-lambda/issues"
},
"homepage": "https://github.com/FireTail-io/firetail-js-lambda#readme",
"devDependencies": {
"jest": "^29.4.1",
"@types/aws-lambda": "^8.10.109",
"typescript": "^4.9.4"
}
}