{
  "name": "@frontapp/ui-bridge",
  "version": "2.0.0-beta19",
  "description": "Helpers and TypeScript definitions for the Front SDK bridge",
  "author": {
    "name": "Front - Platform Team",
    "email": "api@frontapp.com",
    "url": "https://dev.frontapp.com"
  },
  "license": "ISC",
  "files": [
    "dist"
  ],
  "main": "dist/bridgeTypesV2.js",
  "types": "dist/bridgeTypesV2.d.ts",
  "scripts": {
    "build": "tsc ./bridgeTypesV2.ts --outDir ./dist --skipLibCheck --target es5 --module commonjs --declaration",
    "clean": "rm -rf ./dist",
    "deploy:dry-run": "npm publish --access public --dry-run",
    "deploy": "npm publish --access public",
    "prepare": "npm run clean && npm run build"
  },
  "dependencies": {
    "io-ts": "^2.1.0",
    "rxjs": "^6.5.3"
  },
  "devDependencies": {
    "typescript": "^4.5.4"
  }
}
