-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 958 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 958 Bytes
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
{
"name": "renovate-reporter",
"version": "1.1.0",
"description": "A tool to parse Renovate debug NDJSON files and create detailed HTML reports",
"main": "index.js",
"bin": {
"renovate-reporter": "bin/cli.js"
},
"scripts": {
"format:write": "npx -y prettier --write '**/*.{js,jsx,ts,tsx,json,css,scss,md}'",
"test": "node --test test/unit/*.test.js",
"test:watch": "node --test --watch test/unit/"
},
"keywords": [
"renovate",
"renovatebot",
"log-parser",
"report",
"ndjson",
"cli"
],
"author": "",
"license": "MIT",
"engines": {
"node": ">=20.0.0"
},
"files": [
"app/",
"bin/",
"index.js",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/neophob/renovate-reporter.git"
},
"bugs": {
"url": "https://github.com/neophob/renovate-reporter/issues"
},
"homepage": "https://github.com/neophob/renovate-reporter#readme"
}