{
  "name": "@cmpsr/signalwire",
  "repository": {
    "url": "ssh://git@github.com:cmpsr/composer.git"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "version": "2.0.33",
  "author": "Angel Gonzalez <angel@impulsum.vc>",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "files": [
    "/lib",
    "/client",
    "package.json"
  ],
  "scripts": {
    "libbuild": "rimraf lib && npx swc ./src -d lib --ignore '**/*.test.ts' && npm run type:emit",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "type:check": "tsc --project tsconfig.json --noEmit",
    "type:emit": "tsc --project ./tsconfig.json -d --declarationDir lib --emitDeclarationOnly && find lib -type f \\( -name '*.test.*' \\) -exec rm {} +"
  },
  "dependencies": {
    "@chakra-ui/react": "^2.8.0",
    "@signalwire/js": "^3.16.0",
    "@signalwire/realtime-api": "^3.5.0",
    "axios": "^1.1.3"
  },
  "devDependencies": {
    "@cmpsr/components": "^7.17.4",
    "rimraf": "^5.0.5"
  },
  "peerDependencies": {
    "@cmpsr/components": "^7.0.1",
    "react": "^18.2.0 || 19.0.0"
  },
  "gitHead": "1584144554f591233e9f70dfb00225ccbf2b79ac"
}
