{
  "name": "@bearer/js",
  "version": "0.101.1",
  "description": "A JavaScript library for working with Bearer integrations",
  "jsdelivr": "lib/bearer.production.min.js",
  "unpkg": "lib/bearer.production.min.js",
  "main": "lib/cjs/index.js",
  "types": "lib/cjs/index.d.ts",
  "module": "lib/es/index.js",
  "repository": "Bearer/bearer",
  "homepage": "https://github.com/Bearer/bearer/packages/js#readme",
  "author": "Bearer Team<engineering@bearer.sh>",
  "license": "MIT",
  "private": false,
  "files": [
    "lib/"
  ],
  "dependencies": {
    "@bearer/logger": "^0.101.0",
    "debounce": "^1.2.0",
    "jest-fetch-mock": "^2.1.1",
    "post-robot": "^8.0.26"
  },
  "devDependencies": {
    "@bearer/tsconfig": "^0.101.0",
    "@types/debounce": "^1.2.0",
    "@types/jest": "^23.3.13",
    "@types/lodash.get": "^4.4.5",
    "@types/lodash.merge": "^4.6.5",
    "jest": "^24.1.0",
    "rollup-plugin-commonjs": "^9.2.1",
    "rollup-plugin-filesize": "^6.0.1",
    "rollup-plugin-node-resolve": "^4.0.1",
    "rollup-plugin-typescript2": "^0.19.3",
    "ts-jest": "^24.0.0",
    "typescript": "^3.3.3333"
  },
  "scripts": {
    "start": "yarn build -w",
    "build": "rollup -c",
    "clean": "rm -rf lib",
    "prepack": "yarn clean && NODE_ENV=production yarn build",
    "prepare": "yarn clean && yarn build",
    "test": "jest --colors --colors",
    "test:ci": "jest --coverage --colors"
  },
  "gitHead": "a06beefd720180eff15666f5931d5fc35bf320a7"
}
