Skip to content

Commit 6ea8c60

Browse files
committed
add package.json
1 parent b10a727 commit 6ea8c60

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
2+
{
3+
"name": "test-file-for-workflows",
4+
"version": "1.0.0",
5+
"description": "The easiest way to test NCM Report feature",
6+
"scripts": {
7+
"lint": "standard"
8+
},
9+
"keywords": [],
10+
"author": "NodeSource",
11+
"license": "MIT",
12+
"devDependencies": {
13+
"marked": "^0.8.0",
14+
"is-wsl": "^2.1.1",
15+
"open": "^7.0.0",
16+
"usage": "0.7.1",
17+
"standard": "^14.3.1"
18+
},
19+
"dependencies": {
20+
"colorette": "^1.1.0",
21+
"minimist": "^1.2.0",
22+
"fstream": "1.0.11"
23+
}
24+
}

0 commit comments

Comments
 (0)