{
  "name": "@migration-planner-ui/ioc",
  "version": "1.0.2-alpha",
  "description": "A basic IoC solution for React apps (inspired by InversifyJs)",
  "author": "Jonathan Kilzi <jkilzi@redhat.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/kubev2v/migration-planner-ui.git",
    "directory": "packages/ioc"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.cjs",
      "types": "./dist/index.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      ".": [
        "./src/index.ts",
        "./dist/index.d.ts"
      ]
    }
  },
  "sideEffects": false,
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "yarn run -T tsc -b",
    "bundle": "yarn build && yarn pack --out dist/%s-%v.tgz",
    "clean": "rm -rf node_modules dist",
    "lint": "yarn run -T eslint . --report-unused-disable-directives --max-warnings 0"
  },
  "devDependencies": {
    "@patternfly/react-core": "*",
    "@patternfly/react-icons": "*",
    "@patternfly/react-tokens": "*",
    "react": "*",
    "react-dom": "*",
    "react-router-dom": "*"
  },
  "peerDependencies": {
    "@patternfly/react-core": "^5.4.0",
    "@patternfly/react-icons": "^5.4.0",
    "@patternfly/react-tokens": "^5.4.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-router-dom": "^6.26.0"
  },
  "stableVersion": "1.1.1"
}
