-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
54 lines (54 loc) · 1.37 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
47
48
49
50
51
52
53
54
{
"name": "fake-s3",
"version": "4.0.0",
"description": "a fake s3 server for testing purposes",
"keywords": [],
"author": "Raynos <raynos2@gmail.com>",
"repository": "git://github.com/Raynos/fake-s3.git",
"main": "index",
"homepage": "https://github.com/Raynos/fake-s3",
"bugs": {
"url": "https://github.com/Raynos/fake-s3/issues",
"email": "raynos2@gmail.com"
},
"contributors": [
{
"name": "Raynos"
}
],
"dependencies": {
},
"binDependencies": {
"tsdocstandard": "15.7.1",
"type-coverage": "2.13.3",
"typescript": "3.9.7"
},
"tsdocstandard": {
"ignore": [
"scripts/cache-from-prod.js"
]
},
"devDependencies": {
"@pre-bundled/rimraf": "3.0.0-patch-1",
"@pre-bundled/tape": "4.11.0",
"@types/node": "14.10.1",
"aws-sdk": "2.507.0",
"npm-bin-deps": "1.10.1",
"tape-harness": "5.0.0",
"tsdocstandard": "15.7.1",
"uuid": "8.3.1"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/Raynos/fake-s3/raw/master/LICENSE"
}
],
"scripts": {
"tsc": "npr tsc -p jsconfig.json --maxNodeModuleJsDepth 0",
"lint": "npr tsdocstandard",
"test": "npm run tsc && npm run lint && node test/index.js && npm run type-coverage",
"type-coverage": "npr type-coverage -p jsconfig.json --ignore-catch --strict --at-least 100"
},
"ngen-version": "5.1.0"
}