UNPKG

make-cli

Version:

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

75 lines (74 loc) 1.89 kB
{ "name": "make-cli", "version": "6.0.0", "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": { ".": { "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", "typecheck": "base typecheck", "verify": "base verify" }, "dependencies": { "@dword-design/defu": "^1.0.3", "commander": "^14.0.2", "lodash-es": "^4.17.21", "p-is-promise": "^4.0.0" }, "devDependencies": { "@dword-design/base": "^16.1.4", "@playwright/test": "^1.57.0", "@types/fs-extra": "^11.0.4", "@types/lodash-es": "^4.17.12", "endent": "npm:@dword-design/endent@^1.4.7", "execa": "^9.6.1", "fs-extra": "^11.3.2" }, "packageManager": "pnpm@10.13.1+sha512.37ebf1a5c7a30d5fabe0c5df44ee8da4c965ca0c5af3dbab28c3a1681b70a256218d05c81c9c0dcf767ef6b8551eb5b960042b9ed4300c59242336377e01cfad", "engines": { "node": ">=22" }, "publishConfig": { "access": "public" } }