Skip to content

Commit f9b50d0

Browse files
committed
add package.json
1 parent 893633f commit f9b50d0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

package.json

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

0 commit comments

Comments
 (0)