{
  "name": "react-model-view-viewmodel",
  "version": "3.0.2",
  "description": "A library for developing ReactJS applications using Model-View-ViewModel, inspired by .NET.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "lib",
    "LICENSE",
    "README.md"
  ],
  "scripts": {
    "build": "webpack --mode production",
    "test": "jest",
    "docs": "typedoc"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Andrei15193/react-model-view-viewmodel.git"
  },
  "keywords": [
    "react",
    "library",
    "model-view-viewmodel",
    "mvvm",
    "frontend",
    "front-end"
  ],
  "author": "Andrei15193",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Andrei15193/react-model-view-viewmodel/issues"
  },
  "homepage": "https://github.com/Andrei15193/react-model-view-viewmodel/wiki",
  "peerDependencies": {
    "react": ">=16.8.0"
  },
  "devDependencies": {
    "@stylistic/eslint-plugin": "^3.0.1",
    "@stylistic/eslint-plugin-ts": "^3.0.1",
    "@testing-library/react": "^16.2.0",
    "@types/jest": "^29.5.14",
    "@types/node": "^22.13.1",
    "@types/react": "^19.0.8",
    "@typescript-eslint/eslint-plugin": "^8.23.0",
    "@typescript-eslint/parser": "^8.23.0",
    "eslint": "^9.19.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-react-hooks": "^5.1.0",
    "global-jsdom": "^26.0.0",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "jiti": "^2.4.2",
    "react-dom": "^19.0.0",
    "ts-jest": "^29.2.5",
    "ts-loader": "^9.5.2",
    "ts-node": "^10.9.2",
    "typedoc": "^0.27.6",
    "typescript": "^5.7.3",
    "typescript-eslint": "^8.23.0",
    "webpack": "^5.97.1",
    "webpack-cli": "^6.0.1"
  },
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "jsdom",
    "testMatch": [
      "**/*.test.ts"
    ]
  },
  "typedocOptions": {
    "lang": "en",
    "entryPoints": [
      "src/index.ts"
    ],
    "json": "docs.json"
  }
}
