@clerc/plugin-strict-flags
Version:
Clerc plugin strict flags
61 lines • 1.23 kB
JSON
{
"name": "@clerc/plugin-strict-flags",
"version": "0.44.0",
"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": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"typesVersions": {
"*": {
"*": [
"./dist/*",
"./dist/index.d.ts"
]
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@clerc/utils": "0.44.0",
"@clerc/core": "0.44.0"
},
"peerDependencies": {
"@clerc/core": "*"
},
"scripts": {
"build": "pkgroll",
"watch": "pkgroll --watch"
}
}