-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 989 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
{
"name": "serverless-webhooks-service",
"version": "1.0.0",
"description": "serverless-webhooks-service",
"main": "serverless.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "LOG_LEVEL=fatal NODE_ENV=test jest --coverage",
"test:watch": "LOG_LEVEL=fatal NODE_ENV=test jest --watch",
"dev": "NODE_ENV=development sls offline"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lucianopf/serverless-webhooks-service.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lucianopf/serverless-webhooks-service/issues"
},
"homepage": "https://github.com/lucianopf/serverless-webhooks-service#readme",
"jest": {
"testMatch": [ "**/tests/**/*.js"]
},
"devDependencies": {
"jest": "^27.5.1",
"serverless": "^3.7.2",
"serverless-offline": "^8.5.0"
},
"dependencies": {
"cuid": "^2.1.8",
"dynamoose": "^2.8.5",
"yup": "^0.32.11"
}
}