UNPKG

1.23 kBJSONView Raw
1{
2 "name": "@adobe/openwhisk-loggly-wrapper",
3 "version": "0.4.1",
4 "description": "Helpers to enable easier logging in OpenWhisk functions",
5 "main": "wrap.js",
6 "repository": "https://github.com/adobe/openwhisk-loggly-wrapper",
7 "scripts": {
8 "test": "nyc mocha",
9 "lint": "eslint .",
10 "snyk-protect": "snyk protect",
11 "prepare": "npm run snyk-protect",
12 "preversion": "npm test",
13 "postversion": "git push origin master --follow-tags",
14 "delete-git-tag": "git tag -d v$npm_package_version && git push origin :v$npm_package_version"
15 },
16 "author": "",
17 "license": "Apache-2.0",
18 "dependencies": {
19 "lodash": "^4.17.10",
20 "node-loggly-bulk": "^2.2.2",
21 "winston": "^3.0.0",
22 "winston-transport": "^4.2.0"
23 },
24 "devDependencies": {
25 "ajv": "^6.5.3",
26 "codecov": "^3.0.2",
27 "eslint": "^5.4.0",
28 "eslint-config-airbnb": "^17.1.0",
29 "eslint-plugin-header": "^2.0.0",
30 "eslint-plugin-import": "^2.14.0",
31 "eslint-plugin-jsx-a11y": "^6.1.1",
32 "eslint-plugin-react": "^7.11.0",
33 "istanbul": "^1.1.0-alpha.1",
34 "mocha": "^5.2.0",
35 "mocha-junit-reporter": "^1.17.0",
36 "npm-snapshot": "^1.0.3",
37 "nyc": "^13.0.1",
38 "snyk": "^1.88.1"
39 },
40 "snyk": true
41}