UNPKG

make-cli

Version:

Super easy declarative CLI framework with a single configuration object and a single function call.

73 lines (72 loc) 1.78 kB
{ "name": "make-cli", "version": "4.0.8", "description": "Super easy declarative CLI framework with a single configuration object and a single function call.", "keywords": [ "argument-parser", "arguments", "cli", "command-line", "command-line-interface", "commander", "commanderjs", "declarative", "declarative-programming", "fp", "functional", "interface", "node", "nodejs", "npm", "npm-package", "option", "options" ], "repository": "dword-design/make-cli", "funding": "https://github.com/sponsors/dword-design", "license": "MIT", "author": "Sebastian Landwehr <info@sebastianlandwehr.com>", "type": "module", "exports": { ".": { "import": { "default": "./dist/index.js", "types": "./dist/index.d.ts" } } }, "main": "dist/index.js", "files": [ "dist" ], "scripts": { "checkUnknownFiles": "base checkUnknownFiles", "commit": "base commit", "depcheck": "base depcheck", "dev": "base dev", "lint": "base lint", "prepare": "base prepare", "prepublishOnly": "base prepublishOnly", "test": "base test" }, "dependencies": { "@dword-design/defu": "^1.0.1", "commander": "^12.0.0", "lodash-es": "^4.17.21", "p-is-promise": "^4.0.0" }, "devDependencies": { "@dword-design/base": "^13.1.3", "@playwright/test": "^1.54.1", "endent": "npm:@dword-design/endent@^1.4.1", "execa": "^8.0.1", "fs-extra": "^11.2.0" }, "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad", "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }