cozy-dataproxy-lib
Version:
Library meant to be by Cozy Cloud's DataProxy apps for data manipulation
87 lines (86 loc) • 2.61 kB
JSON
{
"name": "cozy-dataproxy-lib",
"description": "Library meant to be by Cozy Cloud's DataProxy apps for data manipulation",
"version": "4.15.6",
"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": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"babel-plugin-module-resolver": "^4.0.0",
"babel-plugin-tsconfig-paths": "^1.0.3",
"babel-preset-cozy-app": "^2.8.4",
"cozy-client": "^60.15.2",
"cozy-device-helper": "^4.0.3",
"cozy-flags": "^4.9.1",
"cozy-intent": "^2.31.1",
"cozy-logger": "^1.18.1",
"cozy-minilog": "^3.10.1",
"cozy-pouch-link": "^60.17.2",
"cozy-realtime": "^5.9.3",
"cross-fetch": "^4.0.0",
"jest": "30.3.0",
"jest-environment-jsdom": "30.3.0",
"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": ">=60.10.1",
"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": "60.10.1",
"cozy-realtime": ">=5.9.2",
"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": "5a5005bb37840651944ccb730a749066a719d1a6"
}