{
  "name": "hyperion-autologging",
  "description": "Automatically track features and their usage in a web or react application",
  "version": "0.3.4",
  "license": "MIT",
  "scripts": {
    "build": "tsc",
    "build-react": "react-scripts build",
    "watch": "npm run build -- --watch",
    "start": "npm run watch",
    "test": "npm run build & jest"
  },
  "workspaces": [
    "../hyperion-devtools",
    "../hyperion-globals",
    "../hyperion-hook",
    "../hyperion-channel",
    "../hyperion-timed-trigger",
    "../hyperion-test-and-set",
    "../hyperion-dom",
    "../hyperion-react"
  ],
  "dependencies": {
    "hyperion-globals": "*",
    "hyperion-hook": "*",
    "hyperion-channel": "*",
    "hyperion-timed-trigger": "*",
    "hyperion-test-and-set": "*",
    "hyperion-dom": "*",
    "hyperion-react": "*"
  },
  "peerDependencies": {
    "@types/react": "^18.2.14",
    "@types/react-dom": "^18.2.7"
  },
  "devDependencies": {
    "hyperion-devtools": "*",
    "@types/jest": "^29.5.3"
  },
  "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"
    ]
  }
}
