Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Gioyik committed Apr 26, 2020
1 parent 893633f commit f9b50d0
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "test-file-for-workflows",
"version": "1.0.0",
"description": "The easiest way to test NCM Report feature",
"scripts": {
"lint": "standard"
},
"keywords": [],
"author": "NodeSource",
"license": "MIT",
"devDependencies": {
"marked": "^0.8.0",
"is-wsl": "^2.1.1",
"open": "^7.0.0",
"usage": "0.7.1",
"standard": "^14.3.1"
},
"dependencies": {
"colorette": "^1.1.0",
"minimist": "^1.2.0",
"fstream": "1.0.11"
}
}

0 comments on commit f9b50d0

Please sign in to comment.