forked from Raynos/fake-ses
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 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
44
45
46
{
"name": "fake-ses",
"version": "1.3.2",
"description": "Runs a fake SES server on a HTTP port.",
"main": "index.js",
"scripts": {
"check": "npr tsc -p .",
"lint": "npr tsdocstandard -v",
"test": "npm run check && npm run lint && node test/index.js && npm run type-coverage",
"type-coverage": "npr type-coverage --detail --strict --ignore-catch --at-least 100"
},
"dependencies": {},
"binDependencies": {
"tsdocstandard": "15.4.2",
"type-coverage": "2.4.3",
"typescript": "3.9.2"
},
"devDependencies": {
"@pre-bundled/tape": "3.6.1",
"aws-sdk": "2.549.0",
"npm-bin-deps": "1.8.1",
"tape-cluster": "3.2.1"
},
"files": [
"*.js",
"*.json"
],
"author": "Raynos <[email protected]>",
"repository": "git://github.com/Raynos/fake-ses.git",
"homepage": "https://github.com/Raynos/fake-ses",
"bugs": {
"url": "https://github.com/Raynos/fake-ses/issues",
"email": "[email protected]"
},
"contributors": [
{
"name": "Raynos"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/fake-ses/raw/master/LICENSE"
}
]
}