UNPKG

@alexbosworth/caporal

Version:

A full-featured framework for building command line applications (cli) with node.js

20 lines (19 loc) 355 B
{ "name": "pizza", "version": "1.0.0", "description": "", "main": "pizza.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "dependencies": { "@types/node": "^11.9.4", "caporal": "file:../../", "tsc": "^1.20150623.0" }, "bin": { "pizza": "./pizza.js" }, "author": "", "license": "ISC" }