{
  "name": "@modular-component/with-default-props",
  "description": "ModularComponent stage for handling default props. Part of the @modular-component/default package.",
  "keywords": [
    "React",
    "Modular",
    "Factory",
    "Default",
    "Conditional"
  ],
  "version": "0.2.3",
  "type": "module",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "src",
    "dist",
    "CHANGELOG.md"
  ],
  "scripts": {
    "build": "yarn build:core && yarn build:self",
    "build:core": "yarn workspace @modular-component/core build",
    "build:self": "tsc -p tsconfig.build.json",
    "license": "cp ../../LICENSE ./LICENSE"
  },
  "dependencies": {
    "@modular-component/core": "0.2.3"
  },
  "devDependencies": {
    "typescript": "^5.2.2"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts"
}
