-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.6 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
{
"name": "plugin-harvest",
"description": "A hapi Plugin to connect to a CouchDB database with encoded baskets",
"version": "3.2.2",
"homepage": "https://github.com/holidayextras/plugin-harvest",
"author": {
"name": "Shortbreaks",
"email": "shortbreaksdev@holidayextras.com"
},
"repository": {
"type": "git",
"url": "git@github.com:holidayextras/plugin-harvest.git"
},
"license": "MIT",
"main": "index",
"engines": {
"node": ">=16"
},
"scripts": {
"ci": "echo 'nothing to do here'",
"lint": "standard",
"prerelease": "node_modules/deployment-helpers/nodeApps/preRelease.sh",
"pretest": "npm run prerelease",
"test": "npm run lint && npm run test:coverage",
"test:coverage": "NODE_PATH=${PWD} istanbul cover _mocha",
"posttest": "istanbul check-coverage",
"deploy": "./scripts/deploy.sh"
},
"dependencies": {
"harvest": "git+ssh://git@github.com:holidayextras/harvest.git#v2.2.1",
"lodash": "4.17.11",
"nano": "6.4.2",
"q": "1.5.1"
},
"devDependencies": {
"chai": "4.3.7",
"chai-as-promised": "7.1.1",
"deployment-helpers": "git+ssh://git@github.com:holidayextras/deployment-helpers.git",
"@hapi/hapi": "^21.3.1",
"istanbul": "0.4.5",
"mocha": "^6.1.4",
"rewire": "2.5.2",
"sinon": "15.0.4",
"sinon-chai": "3.7.0",
"standard": "^17.0.0"
},
"peerDependencies": {
"@hapi/hapi": "^21.x.x"
},
"standard": {
"globals": [
"expect",
"sandbox",
"sinon"
],
"env": [
"mocha"
]
},
"owner": "sb-backoffice",
"platform": "custom",
"ci": "dockyard"
}