UNPKG

cozy-dataproxy-lib

Version:

Library meant to be by Cozy Cloud's DataProxy apps for data manipulation

86 lines (85 loc) 2.56 kB
{ "name": "cozy-dataproxy-lib", "description": "Library meant to be by Cozy Cloud's DataProxy apps for data manipulation", "version": "4.6.1", "author": { "name": "Cozy Cloud", "url": "https://github.com/cozy" }, "bugs": { "url": "https://github.com/cozy/cozy-libs/issues" }, "dependencies": { "comlink": "4.4.1", "flexsearch": "0.7.43" }, "devDependencies": { "@babel/cli": "7.16.8", "@babel/core": "7.16.12", "@testing-library/react": "10.4.9", "@testing-library/react-hooks": "7.0.2", "babel-plugin-module-resolver": "^4.0.0", "babel-plugin-tsconfig-paths": "^1.0.3", "babel-preset-cozy-app": "^2.8.1", "cozy-client": "^54.0.0", "cozy-device-helper": "^3.8.0", "cozy-flags": "^4.7.0", "cozy-intent": "^2.30.0", "cozy-logger": "^1.17.0", "cozy-minilog": "^3.10.0", "cozy-pouch-link": "^54.0.0", "cozy-realtime": "^5.7.0", "cross-fetch": "^4.0.0", "jest": "26.6.3", "react": "16.12.0", "react-dom": "16.13.0", "react-router-dom": "6.14.2", "typescript": "5.5.2" }, "files": [ "dist" ], "homepage": "https://github.com/cozy/cozy-libs/packages/cozy-dataproxy-lib", "keywords": [ "cozy", "cozy-libs", "cozy-react-native" ], "license": "MIT", "main": "dist/index.js", "exports": { ".": "./dist/index.js" }, "peerDependencies": { "cozy-client": ">=54.0.0", "cozy-device-helper": ">=3.7.1", "cozy-flags": ">=4.6.1", "cozy-intent": ">=2.26.0", "cozy-logger": ">=1.10.4", "cozy-minilog": ">=3.3.1", "cozy-pouch-link": "54.0.0", "cozy-realtime": ">=5.6.4", "cozy-ui": ">=111.19.0", "react": ">=16.12.0", "react-dom": ">=16.12.0", "react-router-dom": "^6.28.0" }, "repository": { "type": "git", "url": "https://github.com/cozy/cozy-libs.git", "directory": "packages/cozy-dataproxy-lib" }, "scripts": { "build": "yarn build:clean && yarn build:types && babel --extensions .ts,.tsx,.js,.jsx --ignore '**/*.spec.tsx','**/*.spec.ts','**/*.d.ts' ./src -d ./dist --copy-files", "build:clean": "rm -rf ./dist", "build:types": "tsc -p tsconfig-build.json", "build:watch": "yarn build --watch", "prepublishOnly": "yarn build", "test": "jest --config=./tests/jest.config.js", "test:watch": "yarn test --watchAll", "start": "yarn build:watch", "lint": "cd .. && yarn eslint --ext js,jsx,ts packages/cozy-dataproxy-lib" }, "types": "dist/index.d.ts", "gitHead": "1bbc35b66549e59aedbba79080bdbd5581a7c239" }