diff --git a/package.json b/package.json new file mode 100644 index 0000000..38723d7 --- /dev/null +++ b/package.json @@ -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" + } +}