{
  "name": "@haroun/cuid-cli",
  "version": "3.0.1",
  "description": "Get a cuid (collision-resistant id)",
  "exports": "./cli.js",
  "type": "module",
  "scripts": {
    "debug": "node --inspect --inspect-brk cli.js",
    "test": "node test.js | faucet",
    "postversion": "git push && git push --tags",
    "pretest": "xo"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/haroun/cuid-cli.git"
  },
  "keywords": [
    "cli-app",
    "cli",
    "id",
    "guid",
    "uid",
    "unique",
    "id",
    "uuid"
  ],
  "author": "Harouna Traore",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/haroun/cuid-cli/issues"
  },
  "homepage": "https://github.com/haroun/cuid-cli#readme",
  "dependencies": {
    "cuid": "^2.1.8",
    "get-stdin": "^9.0.0",
    "meow": "^9.0.0"
  },
  "devDependencies": {
    "execa": "^5.0.0",
    "faucet": "0.0.1",
    "tape": "^5.2.2",
    "xo": "^0.39.1"
  },
  "bin": {
    "cuid": "./cli.js"
  },
  "files": [
    "cli.js"
  ],
  "engines": {
    "node": ">=12"
  },
  "xo": {
    "space": true,
    "semicolon": false,
    "rules": {
      "unicorn/string-content": "off"
    }
  }
}
