{
  "name": "@siteed/expo-audio-ui",
  "version": "0.7.2",
  "description": "UI experiments for @siteed/expo-audio-studio",
  "license": "MIT",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "author": "Arthur Breton <abreton@siteed.net> (https://github.com/deeeed)",
  "homepage": "https://github.com/deeeed/expo-audio-stream#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/deeeed/expo-audio-stream.git",
    "directory": "packages/expo-audio-ui"
  },
  "bugs": {
    "url": "https://github.com/deeeed/expo-audio-stream/issues"
  },
  "keywords": [
    "react-native",
    "expo",
    "expo-audio-studio",
    "ExpoAudioStudio"
  ],
  "files": [
    "dist",
    "package.json",
    "README.md"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "build": "rollup -c rollup.config.mjs",
    "build:clean": "yarn clean && yarn build",
    "typecheck": "tsc -p tsconfig.build.json --noEmit",
    "lint": "eslint src",
    "lint:fix": "eslint src --fix",
    "format": "prettier --write src",
    "size": "bundle-size && size-limit",
    "storybook": "storybook dev -p 6068",
    "build:storybook": "NODE_ENV=production storybook build",
    "deploy:storybook": "rimraf storybook-static && yarn build:storybook && gh-pages -t -d storybook-static --dest expo-audio-ui-storybook",
    "release": "yarn build:clean && npm publish"
  },
  "peerDependencies": {
    "@shopify/react-native-skia": ">= 1.3.0",
    "@siteed/expo-audio-studio": "*",
    "expo": "*",
    "react-native": "*",
    "react-native-gesture-handler": "*",
    "react-native-reanimated": ">=3.0.0",
    "react-native-worklets": ">=0.5.0"
  },
  "devDependencies": {
    "@babel/core": "^7.24.9",
    "@babel/plugin-proposal-export-namespace-from": "^7.18.9",
    "@babel/preset-env": "^7.24.8",
    "@babel/preset-react": "^7.24.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@rollup/plugin-commonjs": "^26.0.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^11.1.6",
    "@rollup/plugin-url": "^8.0.2",
    "@shopify/react-native-skia": "~2.4.21",
    "@siteed/expo-audio-studio": "workspace:^",
    "@size-limit/preset-big-lib": "^11.1.4",
    "@storybook/addon-links": "^10.2.10",
    "@storybook/addon-ondevice-actions": "^10.2.3",
    "@storybook/addon-ondevice-controls": "^10.2.3",
    "@storybook/addon-react-native-web": "^0.0.29",
    "@storybook/addon-webpack5-compiler-swc": "^4.0.2",
    "@storybook/react-native": "^10.2.3",
    "@storybook/react-webpack5": "^10.2.10",
    "@storybook/test-runner": "^0.24.2",
    "@svgr/webpack": "^8.1.0",
    "@types/babel__core": "^7",
    "@types/babel__preset-env": "^7",
    "@types/gh-pages": "^6",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@types/react-native-web": "^0",
    "@typescript-eslint/eslint-plugin": "^7.7.0",
    "@typescript-eslint/parser": "^7.7.0",
    "@web/rollup-plugin-copy": "^0.5.1",
    "babel-loader": "^9.1.3",
    "babel-plugin-react-native-web": "^0.20.0",
    "bundle-size": "^1.1.5",
    "canvaskit-wasm": "0.40.0",
    "eslint": "^8.56.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-universe": "^12.0.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.34.1",
    "eslint-plugin-storybook": "10.2.10",
    "expo": "^54.0.0",
    "gh-pages": "^6.1.1",
    "globals": "^15.8.0",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "react-native": "0.81.5",
    "react-native-gesture-handler": "~2.28.0",
    "react-native-reanimated": "~4.1.1",
    "react-native-web": "^0.20.0",
    "react-native-worklets": "~0.5.2",
    "rimraf": "^6.0.1",
    "rollup": "^4.18.1",
    "size-limit": "^11.1.4",
    "storybook": "^10.2.10",
    "typescript": "~5.8.3"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  }
}
