UNPKG

1.14 kBJSONView Raw
1{
2 "name": "winston-loki",
3 "version": "1.0.2",
4 "description": "A Winston transport for Grafana Loki",
5 "main": "index.js",
6 "scripts": {
7 "test": "./node_modules/.bin/standard && ./node_modules/.bin/jest",
8 "lint": "./node_modules/.bin/standard",
9 "lint:fix": "./node_modules/.bin/standard --fix",
10 "coveralls": "jest --coverage && cat ./test/coverage/lcov.info | coveralls"
11 },
12 "standard": {
13 "env": {
14 "node": true,
15 "jest": true
16 }
17 },
18 "jest": {
19 "coverageDirectory": "./test/coverage"
20 },
21 "author": "Jani Anttonen",
22 "license": "MIT",
23 "repository": {
24 "type": "git",
25 "url": "https://github.com/JaniAnttonen/winston-loki.git"
26 },
27 "dependencies": {
28 "got": "^9.5.0",
29 "winston-transport": "^4.3.0"
30 },
31 "devDependencies": {
32 "coveralls": "^3.0.2",
33 "eslint": "^5.12.0",
34 "eslint-config-standard": "^12.0.0",
35 "eslint-plugin-import": "^2.14.0",
36 "eslint-plugin-node": "^8.0.1",
37 "eslint-plugin-promise": "^4.0.1",
38 "eslint-plugin-standard": "^4.0.0",
39 "jest": "^23.6.0",
40 "sinon": "^7.2.2",
41 "standard": "^12.0.1",
42 "winston": "^3.1.0"
43 }
44}