-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.29 KB
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
{
"name": "@orderbook/hapi-semver-plugin",
"version": "2.0.1",
"description": "",
"main": "version.js",
"scripts": {
"test": "mocha --recursive --reporter spec --timeout 1000 tests --exit",
"// precommit": "pre commit msg",
"precommit-msg": "echo 'Pre-commit checks...' && exit 0",
"// eslint": "eslint",
"lint": "eslint .",
"lint-pretty-format": "eslint --format node_modules/eslint-friendly-formatter ."
},
"author": "ambisafe",
"license": "ISC",
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"@types/hapi": "18.0.1",
"boom": "^7.2.0",
"debug": "^4.1.0",
"joi": "^13.7.0",
"joi-extension-semver": "^2.0.0",
"lodash": "^4.17.11",
"semver": "^5.6.0",
"semver-match": "^0.1.1"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^5.7.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-friendly-formatter": "^4.0.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.2",
"eslint-plugin-mocha": "^5.2.0",
"eslint-plugin-react": "^7.11.1",
"hapi": "18.1.0",
"hapi-auth-jwt2": "8.4.0",
"jsonwebtoken": "^8.3.0",
"mocha": "^5.2.0",
"pre-commit": "^1.2.2",
"supertest": "^3.3.0"
},
"pre-commit": [
"precommit-msg",
"lint"
],
"types": "types/index.d.ts"
}