forked from socketsupply/fake-api-gateway-lambda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.14 KB
/
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
39
40
41
42
43
{
"name": "fake-api-gateway-lambda",
"version": "5.3.13",
"description": "This is a testing utility for testing your lambda functions.",
"scripts": {
"tsc": "tsc -p jsconfig.json --maxNodeModuleJsDepth 0",
"lint": "standard",
"prepare": "node ./node_modules/git-hooks-plus/bin/git-hooks --install",
"test": "npm run tsc && npm run lint && node test/index.js"
},
"devDependencies": {
"@types/node": "12.0.2",
"standard": "16.0.3",
"typescript": "4.4.4",
"collapsed-assert": "1.0.3",
"git-hooks-plus": "1.0.1",
"node-fetch": "2.6.7",
"tapzero": "0.6.1"
},
"standard": {
"ignore": [
"workers/go-worker-txt.js"
]
},
"author": "Raynos <[email protected]>",
"repository": "git://github.com/Raynos/fake-api-gateway-lambda.git",
"homepage": "https://github.com/Raynos/fake-api-gateway-lambda",
"bugs": {
"url": "https://github.com/Raynos/fake-api-gateway-lambda/issues",
"email": "[email protected]"
},
"contributors": [
{
"name": "Raynos"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/fake-ses/raw/master/LICENSE"
}
]
}