{
  "name": "@openshift/dynamic-plugin-sdk",
  "version": "9.1.0",
  "description": "Allows loading, managing and interpreting dynamic plugins",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/openshift/dynamic-plugin-sdk.git",
    "directory": "packages/lib-core"
  },
  "files": [
    "dist/index.cjs.js",
    "dist/index.esm.js",
    "dist/index.d.ts",
    "dist/build-metadata.json",
    "CHANGELOG.md"
  ],
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "prepack": "yarn build",
    "prepublishOnly": "yarn test",
    "build": "rm -rf dist && yarn run -T rollup -c && yarn api-extractor",
    "lint": "yarn run -T eslint $INIT_CWD",
    "test": "yarn run -T test $INIT_CWD",
    "api-extractor": "yarn run -T api-extractor -c $INIT_CWD/api-extractor.json",
    "api-extractor-local": "yarn run api-extractor --local"
  },
  "peerDependencies": {
    "react": "^18 || ^19"
  },
  "dependencies": {
    "lodash": "^4.17.23",
    "semver": "^7.7.3",
    "zod": "^3.25.67"
  }
}
