-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
72 lines (72 loc) · 1.71 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "darkstar",
"version": "0.0.1",
"description": "API to flush multiple caches at once",
"license": "Apache-2.0",
"keywords": [
"CDN",
"cache",
"flush",
"purge"
],
"repository": {
"type": "git",
"url": "https://github.com/fasterize/darkstar.git"
},
"main": "dist/src/darkstar.js",
"engines": {
"node": "10.15.0"
},
"scripts": {
"start": "gulp start",
"test": "gulp test"
},
"dependencies": {
"@hapi/joi": "^15.1.0",
"@types/bluebird": "^3.5.27",
"@types/boom": "^7.2.1",
"@types/hapi": "^18.0.2",
"@types/hapi__joi": "^15.0.3",
"@types/nconf": "^0.10.0",
"@types/node": "^12.6.6",
"@types/superagent": "^4.1.3",
"aws-sdk": "2.791.0",
"blipp": "^4.0.0",
"bluebird": "^3.5.5",
"boom": "^7.3.0",
"good": "^8.1.2",
"good-console": "^8.0.0",
"good-file": "^6.0.1",
"good-squeeze": "^5.1.0",
"hapi": "^18.1.0",
"hapi-api-version": "^2.3.0",
"hapi-swagger": "^10.0.2",
"inert": "^5.1.3",
"nconf": "^0.10.0",
"superagent": "^5.1.0",
"vision": "^5.4.4"
},
"devDependencies": {
"@hapi/code": "^5.3.1",
"@hapi/lab": "^19.1.0",
"@types/hapi__code": "^5.3.0",
"@types/nock": "^10.0.3",
"@types/sinon": "^7.0.13",
"@types/supertest": "^2.0.8",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-copy": "^4.0.1",
"gulp-lab": "^2.0.0",
"gulp-nodemon": "^2.4.2",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^5.0.1",
"nock": "^10.0.6",
"prettier": "^1.18.2",
"sinon": "^7.3.2",
"superagent-nock": "^0.4.0",
"supertest": "^4.0.2",
"tslint": "^5.18.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.5.3"
}
}