-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
62 lines (62 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
58
59
60
61
62
{
"name": "hapi-xray",
"version": "3.0.6",
"description": "AWS-Xray plugin for Hapi.JS",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"lint:fix": "eslint --fix ./src",
"preversion": "npm run test",
"postversion": "git push && git push --tags && npm publish",
"test": "mocha --recursive"
},
"author": "alex <[email protected]>",
"license": "MIT",
"dependencies": {},
"peerDependencies": {
"aws-xray-sdk-core": "3.x"
},
"keywords": [
"aws",
"xray",
"hapi"
],
"devDependencies": {
"@types/node": "^10.17.21",
"@types/mocha": "^7.0.2",
"@types/chai": "^4.2.11",
"@types/sinon": "^9.0.0",
"aws-sdk": "^2.676.0",
"aws-xray-sdk-core": "^3.0.1",
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.1.0",
"eslint-config-prettier": "^6.11.0",
"eslint-config-semistandard": "^15.0.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-mocha": "^7.0.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.3",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.2",
"prettier": "^1.19.1",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0"
},
"directories": {
"example": "example",
"lib": "lib"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moonthug/hapi-xray.git"
},
"bugs": {
"url": "https://github.com/moonthug/hapi-xray/issues"
},
"homepage": "https://github.com/moonthug/hapi-xray#readme"
}