UNPKG

@aws-amplify/interactions

Version:

Interactions category of aws-amplify

111 lines (110 loc) 2.68 kB
{ "name": "@aws-amplify/interactions", "version": "5.0.33", "description": "Interactions category of aws-amplify", "main": "./lib/index.js", "module": "./lib-esm/index.js", "typings": "./lib-esm/index.d.ts", "react-native": { "./lib/index": "./lib-esm/index.js" }, "sideEffects": [ "./lib/Interactions.js", "./lib-esm/Interactions.js" ], "publishConfig": { "access": "public" }, "scripts": { "test": "npm run lint && jest -w 1 --coverage", "test:size": "size-limit", "build-with-test": "npm run clean && npm test && tsc && webpack", "build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js", "build:esm": "node ./build es6", "build:cjs:watch": "node ./build es5 --watch", "build:esm:watch": "node ./build es6 --watch", "build": "npm run clean && npm run build:esm && npm run build:cjs", "clean": "npm run clean:size && rimraf lib-esm lib dist", "clean:size": "rimraf dual-publish-tmp tmp*", "format": "echo \"Not implemented\"", "lint": "tslint 'src/**/*.ts' && npm run ts-coverage", "ts-coverage": "typescript-coverage-report -p ./tsconfig.build.json -t 88.6" }, "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": [ "lib", "lib-esm", "src" ], "dependencies": { "@aws-amplify/core": "5.3.1", "@aws-sdk/client-lex-runtime-service": "3.186.1", "@aws-sdk/client-lex-runtime-v2": "3.186.1", "base-64": "1.0.0", "fflate": "0.7.3", "pako": "2.0.4", "tslib": "^1.8.0" }, "size-limit": [ { "name": "Interactions (top-level class with Lex v2)", "path": "./lib-esm/index.js", "import": "{ Amplify, Interactions, AWSLexV2Provider }", "limit": "87 kB" } ], "jest": { "globals": { "ts-jest": { "diagnostics": false, "tsConfig": { "lib": [ "es5", "es2015", "dom", "esnext.asynciterable", "es2017.object" ], "allowJs": true } } }, "transform": { "^.+\\.(js|jsx|ts|tsx)$": "ts-jest" }, "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "json", "jsx" ], "testEnvironment": "jsdom", "testURL": "http://localhost/", "coverageThreshold": { "global": { "branches": 0, "functions": 0, "lines": 0, "statements": 0 } }, "coveragePathIgnorePatterns": [ "/node_modules/", "dist", "lib", "lib-esm" ] }, "gitHead": "e7a6f07b544185c89215d15d3f978e81e2917009" }