UNPKG

jims-derp-cli

Version:

A cli tool that prints "derp" to the console.

36 lines (35 loc) 749 B
{ "name": "jims-derp-cli", "version": "0.0.25", "description": "A cli tool that prints \"derp\" to the console.", "main": "index.js", "scripts": { "test": "mocha --watch bin", "test-once": "mocha bin" }, "repository": { "type": "git", "url": "git+https://github.com/JimTheMan/Derp-CLI.git" }, "keywords": [ "derp", "cli" ], "author": "JimTheMan", "license": "MIT", "bugs": { "url": "https://github.com/JimTheMan/Derp-CLI/issues" }, "homepage": "https://github.com/JimTheMan/Derp-CLI#readme", "dependencies": { "yargs": "^15.0.2" }, "preferGlobal": true, "bin": { "jims-derp-cli": "./bin/index.js" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^6.2.2" } }