{
  "name": "inherited-component",
  "version": "0.2.4",
  "description": "A set of utility functions that takes component reusing to a higher level.",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "files": [
    "LICENSE",
    "README.md",
    "src/*.js",
    "src/*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/victorteokw/inherited-component.git"
  },
  "bugs": {
    "url": "https://github.com/victorteokw/inherited-component/issues"
  },
  "homepage": "https://github.com/victorteokw/inherited-component#readme",
  "author": "Victor Teo <yeannylam@gmail.com>",
  "license": "MIT",
  "scripts": {
    "pretest": "tsc",
    "pretest-cov": "tsc",
    "test": "ava",
    "test-cov": "nyc --include src/**/*.js --reporter=lcov --reporter=text ava"
  },
  "dependencies": {
    "react": "18 - 19",
    "react-merge-props": "^1.0.2"
  },
  "devDependencies": {
    "@testing-library/react": "^16.1.0",
    "@types/jsdom": "^21.1.7",
    "@types/react": "^19.0.2",
    "@types/react-dom": "^19.0.2",
    "ava": "^6.2.0",
    "global-jsdom": "^25.0.0",
    "jsdom": "^25.0.1",
    "nyc": "^17.1.0",
    "react-dom": "^19.0.0",
    "typescript": "^5"
  },
  "ava": {
    "files": [
      "dist/server.js",
      "dist/client.js",
      "dist/transform.js"
    ]
  }
}
