{
  "name": "@clerc/plugin-strict-flags",
  "version": "1.3.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"
  },
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@clerc/utils": "1.3.1"
  },
  "devDependencies": {
    "@clerc/core": "1.3.1"
  },
  "peerDependencies": {
    "@clerc/core": "*"
  }
}