{
  "name": "financial-calculators-react",
  "version": "1.0.0",
  "description": "Financial calculator components for React applications",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "rollup -c",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepare": "npm run build",
    "init": "npm install && npm run build"
  },
  "keywords": [
    "financial",
    "calculator",
    "react",
    "component",
    "investment",
    "sip",
    "retirement"
  ],
  "author": "Your Name <your.email@example.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/yourusername/financial-calculators-react.git"
  },
  "homepage": "https://github.com/yourusername/financial-calculators-react#readme",
  "bugs": {
    "url": "https://github.com/yourusername/financial-calculators-react/issues"
  },
  "peerDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.8",
    "@rollup/plugin-node-resolve": "^15.3.1",
    "@rollup/plugin-typescript": "^11.1.6",
    "@types/react": "^18.0.0",
    "@types/react-dom": "^18.0.0",
    "@types/node": "^20.11.30",
    "rollup": "^3.29.5",
    "rollup-plugin-dts": "^6.2.1",
    "rollup-plugin-peer-deps-external": "^2.2.4",
    "tslib": "^2.8.1",
    "typescript": "^5.0.0"
  }
}
