-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.12 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-kms",
"version": "1.2.0",
"description": "Setup a fake KMS server for testing purposes",
"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": "4.11.0",
"@types/node": "12.0.2",
"aws-sdk": "2.549.0",
"npm-bin-deps": "1.8.2",
"tape-cluster": "3.2.1"
},
"author": "Raynos <[email protected]>",
"repository": "git://github.com/Raynos/fake-kms.git",
"homepage": "https://github.com/Raynos/fake-kms",
"bugs": {
"url": "https://github.com/Raynos/fake-kms/issues",
"email": "[email protected]"
},
"contributors": [
{
"name": "Raynos"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/fake-ses/raw/master/LICENSE"
}
]
}