{
  "name": "cozy-pouch-link",
  "version": "60.28.1",
  "license": "MIT",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "files": [
    "types",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/linagora/cozy-client.git"
  },
  "dependencies": {
    "cozy-client": "^60.28.0",
    "pouchdb-browser": "^7.2.2",
    "pouchdb-find": "^7.2.2"
  },
  "devDependencies": {
    "@babel/cli": "7.12.8",
    "@cozy/minilog": "1.0.0",
    "@op-engineering/op-sqlite": "^11.4.8",
    "cozy-device-helper": "2.7.0",
    "jest-localstorage-mock": "2.4.19",
    "parcel": "2.13.3",
    "pouchdb-adapter-memory": "7.2.2",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "typescript": "4.1.5"
  },
  "peerDependencies": {
    "@cozy/minilog": "1.0.0",
    "@op-engineering/op-sqlite": "*",
    "cozy-device-helper": ">=2.1.0"
  },
  "scripts": {
    "build": "../../bin/build",
    "watch": "yarn run build --watch",
    "prepublishOnly": "yarn run build",
    "typecheck": "tsc -p tsconfig.json"
  },
  "sideEffects": false,
  "gitHead": "f067e3cd364d60f3b3fb7a450f11119220f4d39c"
}
