Skip to content

Commit 733bce5

Browse files
committed
chore: ✨ npm init and tune package.json
1 parent 8b146c9 commit 733bce5

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
# vitest-structured-reporter
2-
A vitest plugin that generates a JSON file with structured summary output
1+
# Vitest Structured Summary
2+
3+
A vitest plugin that generates a JSON file with structured summary output.

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "vitest-structured-reporter",
3+
"version": "1.0.0",
4+
"description": "A vitest coverage summary generator plugin",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"author": "Typeguard Inc.",
10+
"license": "MIT"
11+
}

0 commit comments

Comments
 (0)