UNPKG

@aws-amplify/datastore

Version:

AppSyncLocal support for aws-amplify

77 lines (76 loc) 2.22 kB
{ "name": "@aws-amplify/datastore", "version": "5.1.2", "description": "AppSyncLocal support for aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "typings": "./dist/esm/index.d.ts", "react-native": "./dist/cjs/index.js", "publishConfig": { "access": "public" }, "sideEffects": [ "./dist/cjs/datastore/datastore.js", "./dist/esm/datastore/datastore.mjs" ], "scripts": { "test": "npm run lint && jest -w 1 --coverage --logHeapUsage", "test:size": "size-limit", "build-with-test": "npm test && npm run build", "build:umd": "webpack && webpack --config ./webpack.config.dev.js", "build:esm-cjs": "rollup --forceExit -c rollup.config.mjs", "build:watch": "npm run build:esm-cjs -- --watch", "build": "npm run clean && npm run build:esm-cjs && npm run build:umd", "clean": "npm run clean:size && rimraf dist lib lib-esm", "clean:size": "rimraf dual-publish-tmp tmp*", "format": "echo \"Not implemented\" && npm run ts-coverage", "lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage", "lint:fix": "eslint '**/*.{ts,tsx}' --fix", "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 92.05" }, "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-js.git" }, "author": "Amazon Web Services", "license": "Apache-2.0", "bugs": { "url": "https://github.com/aws/aws-amplify/issues" }, "homepage": "https://aws-amplify.github.io/", "files": [ "dist/cjs", "dist/esm", "src" ], "dependencies": { "@aws-amplify/api": "6.3.21", "@aws-amplify/api-graphql": "4.8.2", "buffer": "4.9.2", "idb": "5.0.6", "immer": "9.0.6", "rxjs": "^7.8.1", "ulid": "^2.3.0" }, "peerDependencies": { "@aws-amplify/core": "^6.1.0" }, "devDependencies": { "@aws-amplify/core": "6.15.0", "@aws-amplify/react-native": "1.3.1", "@types/uuid-validate": "^0.0.1", "dexie": "3.2.2", "dexie-export-import": "1.0.3", "fake-indexeddb": "^4.0.2", "graphql": "15.8.0" }, "size-limit": [ { "name": "DataStore (top-level class)", "path": "./dist/esm/index.mjs", "import": "{ Amplify, DataStore }", "limit": "65.25 kB" } ], "gitHead": "7b4c9e16aee48f03df25f77209d1677f21b15646" }