-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.63 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
{
"name": "applications-common-hapi",
"version": "1.0.0",
"description": "A library for common vmd hapi components/services etc ",
"main": "index.js",
"scripts": {
"unit-tests": "mocha 'test/**/*.js' --recursive --require @babel/register --require @babel/polyfill",
"code-coverage": "nyc --reporter=html --reporter=text mocha 'test/**/*.js' --recursive --require @babel/register --require @babel/polyfill"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VMDDTE/applications-common-hapi.git"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/node": "^7.10.1",
"@babel/polyfill": "^7.10.1",
"@babel/preset-env": "^7.10.2",
"@babel/register": "^7.10.1",
"chai": "^4.2.0",
"chai-nock": "^1.2.0",
"eslint": "^6.0.1",
"eslint-config-airbnb-base": "~13.1.0",
"eslint-config-prettier": "^6.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"mocha": "^7.2.0",
"nock": "^12.0.3",
"nyc": "^15.1.0",
"prettier": "^1.18.2",
"sinon": "^9.0.2"
},
"eslintConfig": {
"rules": {
"indent": [
"error",
4
],
"max-len": "off"
}
},
"bugs": {
"url": "https://github.com/VMDDTE/applications-common-hapi/issues"
},
"homepage": "https://github.com/VMDDTE/applications-common-hapi#readme",
"dependencies": {
"axios": "^0.19.2",
"fs": "0.0.1-security"
}
}