-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.17 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
{
"name": "@kudosinc/node_logger",
"version": "4.1.0",
"description": "A logger for node services",
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"main": "index.js",
"scripts": {
"test": "NEW_RELIC_ENABLED=false NEW_RELIC_NO_CONFIG_FILE=true jest",
"lint": "eslint .",
"test:mutation": "stryker run"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/KudosInc/node_logger.git"
},
"keywords": [
"node",
"logger",
"expressjs"
],
"author": "talal7860",
"license": "ISC",
"bugs": {
"url": "https://github.com/KudosInc/node_logger/issues"
},
"homepage": "https://github.com/KudosInc/node_logger#readme",
"peerDependencies": {
"newrelic": "^9.9.0"
},
"dependencies": {
"@newrelic/apollo-server-plugin": "^3.0.0",
"graphql": "^15.8.0",
"lodash": "^4.17.21",
"moment": "^2.29.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@stryker-mutator/core": "^8.2.6",
"@stryker-mutator/jest-runner": "^8.2.6",
"eslint": "^8.33.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.27.5",
"jest": "^26.4.2",
"newrelic": "^9.9.0"
}
}