{
  "name": "react-plugin",
  "version": "3.0.0-alpha.4",
  "description": "API for composable 3rd party React plugins",
  "repository": "https://github.com/skidding/react-plugin.git",
  "author": "Ovidiu Cherecheș <skidding@gmail.com>",
  "license": "MIT",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prettify": "prettier --write \"**/*.{js,jsx,ts,tsx,json,css,md}\"",
    "check-types": "tsc --noEmit",
    "lint": "eslint 'src/**/*.{ts,tsx}'",
    "test": "jest --coverage",
    "test:watch": "jest --watch",
    "build": "rm -rf dist && yarn lint && yarn tsc -b tsconfig.build.json"
  },
  "dependencies": {
    "@skidding/linked-list": "^2.0.0",
    "array-find-index": "^1.0.2",
    "lodash": "^4.17.21",
    "ui-plugin": "^3.0.0-alpha.5"
  },
  "devDependencies": {
    "@skidding/async-retry": "^3.0.0",
    "@types/jest": "^27.4.0",
    "@types/lodash": "^4.14.178",
    "@types/react": "^17.0.38",
    "@types/react-test-renderer": "^17.0.1",
    "@typescript-eslint/parser": "^5.9.1",
    "eslint": "^8.7.0",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "jest": "^27.4.7",
    "prettier": "^2.5.1",
    "react": "^17.0.2",
    "react-test-renderer": "^17.0.2",
    "ts-jest": "^27.1.3",
    "typescript": "^4.5.4"
  }
}
