UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

109 lines (108 loc) 2.92 kB
{ "name": "@aws-amplify/interactions", "version": "6.0.27", "description": "Interactions category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "typings": "./dist/esm/index.d.ts", "react-native": "./src/index.ts", "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "test": "npm run lint && jest -w 1 --coverage --logHeapUsage", "test:size": "size-limit", "build-with-test": "npm run clean && npm run build", "build:umd": "webpack && webpack --config ./webpack.config.dev.js", "build:esm-cjs": "rollup -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\"", "lint": "eslint '**/*.{ts,tsx}' && npm run ts-coverage", "lint:fix": "eslint '**/*.{ts,tsx}' --fix", "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.6" }, "typesVersions": { ">=4.2": { "lex-v1": [ "./dist/esm/lex-v1/index.d.ts" ], "lex-v2": [ "./dist/esm/lex-v2/index.d.ts" ] } }, "exports": { ".": { "types": "./dist/esm/index.d.ts", "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.js" }, "./lex-v1": { "types": "./dist/esm/lex-v1/index.d.ts", "import": "./dist/esm/lex-v1/index.mjs", "require": "./dist/cjs/lex-v1/index.js", "react-native": "./src/lex-v1/index.ts" }, "./lex-v2": { "types": "./dist/esm/lex-v2/index.d.ts", "import": "./dist/esm/lex-v2/index.mjs", "require": "./dist/cjs/lex-v2/index.js", "react-native": "./src/lex-v2/index.ts" } }, "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", "lex-v1", "lex-v2" ], "dependencies": { "@aws-sdk/client-lex-runtime-service": "3.398.0", "@aws-sdk/client-lex-runtime-v2": "3.398.0", "base-64": "1.0.0", "fflate": "0.7.3", "pako": "2.0.4", "tslib": "^2.5.0", "uuid": "^9.0.0" }, "devDependencies": { "@aws-amplify/core": "6.0.27", "typescript": "^5.0.2" }, "size-limit": [ { "name": "Interactions (default to Lex v2)", "path": "./dist/esm/index.mjs", "import": "{ Interactions }", "limit": "52.00 kB" }, { "name": "Interactions (Lex v2)", "path": "./dist/esm/lex-v2/index.mjs", "import": "{ Interactions }", "limit": "52.00 kB" }, { "name": "Interactions (Lex v1)", "path": "./dist/esm/lex-v1/index.mjs", "import": "{ Interactions }", "limit": "47.00 kB" } ], "gitHead": "39ac7cccb432a3e920e1ed0378bf5fd1cc50c47a" }