{
  "name": "use-models-example",
  "homepage": "https://r3wt.github.io/use-models",
  "version": "2.1.0",
  "private": false,
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/r3wt/use-models.git"
  },
  "main": "dist/index.js",
  "module": "dist/index.modern.js",
  "source": "src/index.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build:types": "npx tsc -d --emitDeclarationOnly --declarationDir ./dist",
    "build:code": "node build",
    "build": "run-s build:types build:code",
    "start": "run-s build example",
    "test": "cross-env CI=1 react-scripts test --env=jsdom",
    "test:build": "run-s build",
    "example": "cd example && npm start",
    "predeploy": "cd example && npm install && npm run build",
    "deploy": "gh-pages -d example/build"
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "@types/node": "^14.0.26",
    "@types/react": "^16.9.27",
    "@types/react-dom": "^16.9.8"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.11.1",
    "@testing-library/react": "^10.4.7",
    "@testing-library/user-event": "^12.0.15",
    "@types/jest": "^26.0.7",
    "cross-env": "^7.0.2",
    "esbuild": "^0.7.5",
    "gh-pages": "^2.2.0",
    "globalthis": "^1.0.1",
    "jest-environment-jsdom-sixteen": "^1.0.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^1.19.1",
    "react": "^16.13.1",
    "react-dom": "^16.13.1",
    "react-scripts": "^3.4.1",
    "tslib": "^2.0.1",
    "tslint": "^6.1.3",
    "typescript": "^4.0.3",
    "@types/node": "^14.0.26",
    "@types/react": "^16.9.27",
    "@types/react-dom": "^16.9.8",
    "react-syntax-highlighter": "^12.2.1"
  },
  "files": [
    "dist"
  ],
  "dependencies": {}
}
