{
  "name": "budget-view-chart",
  "version": "0.3.0",
  "description": "A React chart component specialising in display budget for personal finance.",
  "keywords": [
    "react",
    "chart",
    "widget",
    "visualization",
    "personal-finance",
    "data-visualization",
    "budget-tracker",
    "echarts"
  ],
  "author": "iLeoDo",
  "license": "Apache-2.0",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ileodo/budget-view-chart.git"
  },
  "bugs": {
    "url": "https://github.com/ileodo/budget-view-chart/issues"
  },
  "homepage": "https://github.com/ileodo/budget-view-chart#readme",
  "dependencies": {
    "echarts": "^5.4.2",
    "echarts-for-react": "^3.0.2",
    "react-dom": "^17.0.2"
  },
  "peerDependencies": {
    "react": "^17.0.2"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.16.5",
    "@testing-library/react": "^12.1.5",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^29.5.0",
    "@types/node": "^16.18.23",
    "@types/react": "^17.0.55",
    "@types/react-dom": "^17.0.19",
    "@typescript-eslint/eslint-plugin": "^5.57.0",
    "eslint": "^8.37.0",
    "eslint-config-standard-with-typescript": "^34.0.1",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-n": "^15.7.0",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.32.2",
    "jest": "^29.5.0",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "tsc-watch": "^6.0.0",
    "typescript": "^5.0.3"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint ./",
    "watch": "tsc-watch",
    "prepublish": "npm run build",
    "test": "jest"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  }
}