UNPKG

@clerc/plugin-strict-flags

Version:
49 lines 1.06 kB
{ "name": "@clerc/plugin-strict-flags", "version": "1.1.1", "author": "Ray <i@mk1.io> (https://github.com/so1ve)", "type": "module", "description": "Clerc plugin strict flags", "keywords": [ "args", "arguments", "argv", "clerc", "clerc-plugin", "cli", "terminal" ], "homepage": "https://github.com/clercjs/clerc/tree/main/packages/plugin-strict-flags#readme", "repository": { "type": "git", "url": "git+https://github.com/clercjs/clerc.git", "directory": "/" }, "bugs": { "url": "https://github.com/clercjs/clerc/issues" }, "license": "MIT", "sideEffects": false, "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "files": [ "dist" ], "publishConfig": { "access": "public" }, "dependencies": { "@clerc/utils": "1.1.1" }, "devDependencies": { "@clerc/core": "1.1.1" }, "peerDependencies": { "@clerc/core": "*" } }