{
  "name": "@meetup/react-ux-capture",
  "version": "1.3.7",
  "description": "React bindings for the ux-capture UX speed library",
  "main": "index.js",
  "repository": "git@github.com:meetup/ux-capture.git",
  "author": "Meetup",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "babel src --out-dir lib --ignore test.js,test.jsx --source-maps",
    "prepublishOnly": "yarn build",
    "test": "jest --config jest.config.js"
  },
  "types": "types/index.d.ts",
  "peerDependencies": {
    "react": "^16.0.0"
  },
  "dependencies": {
    "@meetup/ux-capture": "^4.3.3"
  },
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/preset-env": "^7.3.1",
    "@babel/preset-react": "^7.0.0",
    "babel-jest": "^24.0.0",
    "jest": "^24.0.0"
  },
  "gitHead": "ed5e020572fce5ecb989bb750a8429b62e6fc930"
}
