forked from metrico/loki-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (42 loc) · 1012 Bytes
/
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
{
"name": "loki-action",
"version": "1.0.0",
"private": false,
"description": "qryn-loki logs action",
"main": "src/index.js",
"scripts": {
"format": "prettier --write **/*.js",
"format-check": "prettier --check **/*.js",
"package": "ncc build --license licenses.txt",
"test": "jest",
"all": "npm run format && npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/metrico/qryn-loki-action.git"
},
"keywords": [
"actions",
"observability",
"logs",
"qryn"
],
"author": "Lorenzo Mangani",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.6.0",
"@actions/http-client": "^1.0.8",
"winston": "^3.8.1",
"winston-loki": "^6.0.6"
},
"devDependencies": {
"@vercel/ncc": "^0.31.1",
"eslint-plugin-github": "^4.3.7",
"eslint-plugin-jest": "^25.2.1",
"jest": "^27.2.5",
"js-yaml": "^4.1.0",
"prettier": "2.4.1",
"ts-jest": "^27.0.7",
"ts-mockito": "^2.6.1"
}
}