{
  "name": "@softarc/sheriff-core",
  "version": "0.19.6",
  "homepage": "https://github.com/softarc-consulting/sheriff",
  "license": "MIT",
  "author": {
    "name": "Rainer Hahnekamp",
    "email": "rainer.hahnekamp@angulararchitects.io",
    "url": "https://www.angulararchitects.io/"
  },
  "bin": {
    "sheriff": "./src/bin/main.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/softarc-consulting/sheriff"
  },
  "type": "commonjs",
  "peerDependencies": {
    "typescript": ">=4.8"
  },
  "main": "./src/index.js",
  "types": "./src/index.d.ts"
}