{
   "$schema": "https://raw.githubusercontent.com/SchemaStore/schemastore/master/src/schemas/json/package.json",
   "name": "dok-lib",
   "version": "1.1.2",
   "description": "Template for packages for dok engine",
   "author": "jacklehamster",
   "license": "MIT",
   "repository": "jacklehamster/dok-lib",
   "main": "dist/index.js",
   "module": "dist/index.modern.js",
   "source": "src/index.tsx",
   "engines": {
      "node": ">=10"
   },
   "scripts": {
      "build": "microbundle-crl --no-compress --format modern,cjs",
      "start": "microbundle-crl watch --no-compress --format modern,cjs",
      "prepare": "run-s build",
      "test": "jest",
      "test:build": "run-s build",
      "test:lint": "eslint '**/*.{ts,tsx}'",
      "test:unit": "cross-env CI=1 react-scripts test --env=jsdom",
      "test:watch": "react-scripts test --env=jsdom",
      "predeploy": "cd example && npm install && npm run build",
      "deploy": "gh-pages -d example/build"
   },
   "peerDependencies": {
      "react": "^16.9.0"
   },
   "devDependencies": {
      "@testing-library/jest-dom": "^4.2.4",
      "@testing-library/react": "^9.1.3",
      "@testing-library/react-hooks": "^8.0.1",
      "@testing-library/user-event": "^7.2.1",
      "@types/jest": "^25.1.4",
      "@types/node": "^12.12.38",
      "@types/react": "^16.9.0",
      "@types/react-dom": "^16.9.0",
      "@typescript-eslint/eslint-plugin": "^5.60.1",
      "@typescript-eslint/parser": "^5.60.1",
      "babel-eslint": "^10.0.3",
      "cross-env": "^7.0.2",
      "eslint": "^8.39.0",
      "eslint-config-prettier": "^6.7.0",
      "eslint-config-react-app": "^7.0.1",
      "eslint-config-standard": "^14.1.0",
      "eslint-config-standard-react": "^9.2.0",
      "eslint-plugin-import": "^2.18.2",
      "eslint-plugin-node": "^11.0.0",
      "eslint-plugin-prettier": "^3.1.1",
      "eslint-plugin-promise": "^4.2.1",
      "eslint-plugin-react": "^7.32.2",
      "eslint-plugin-standard": "^4.0.1",
      "gh-pages": "^2.2.0",
      "glob-parent": "^6.0.2",
      "got": ">=11.8.5",
      "gulp": "^4.0.2",
      "mathjs": "^11.8.0",
      "microbundle-crl": "^0.13.11",
      "np": "^7.7.0",
      "npm-run-all": "^4.1.5",
      "nth-check": "^2.1.1",
      "postcss-flexbugs-fixes": "^5.0.2",
      "postcss-normalize": "^10.0.1",
      "postcss-preset-env": "^8.3.2",
      "prettier": "^2.0.4",
      "react": "^16.9.0",
      "react-app": "^1.1.2",
      "react-dom": "^16.9.0",
      "react-scripts": "^5.0.1",
      "react-test-renderer": "^16.9.0",
      "resize-observer-polyfill": "^1.5.1",
      "typescript": "^4.9.5",
      "typescript-json-schema": "^0.57.0"
   },
   "overrides": {
      "eslint": "^8.39.0",
      "@types/react": "^16.9.0",
      "@types/react-dom": "^16.9.0",
      "react": "^16.9.0",
      "react-test-renderer": "^16.9.0",
      "@testing-library/react": "^9.1.3",
      "react-dom": "^16.9.0"
   },
   "resolutions": {
      "**/typescript": "^4.9.5",
      "**/@typescript-eslint/eslint-plugin": "^4.15.1",
      "**/@typescript-eslint/parser": "^4.15.1"
   },
   "files": [
      "dist"
   ],
   "homepage": "https://github.com/jacklehamster/dok-lib#readme",
   "dependencies": {}
}
