UNPKG

@jfd/docopt

Version:

Docopt clone

25 lines (24 loc) 451 B
{ "name": "@jfd/docopt", "version": "1.0.0", "description": "Docopt clone", "main": "index.mjs", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://gitlab.com/jfd/docopt/" }, "keywords": [ "docopt", "optparse", "option", "parse" ], "author": "johan@native.email", "license": "ISC", "dependencies": { "@jfd/ess": "^1.0.0" } }