UNPKG

2.22 kBJSONView Raw
1{
2 "name": "@aws-amplify/interactions",
3 "version": "4.0.48",
4 "description": "Interactions category of aws-amplify",
5 "main": "./lib/index.js",
6 "module": "./lib-esm/index.js",
7 "typings": "./lib-esm/index.d.ts",
8 "react-native": {
9 "./lib/index": "./lib-esm/index.js"
10 },
11 "sideEffects": [
12 "./src/Interactions.ts",
13 "./lib/Interactions.js",
14 "./lib-esm/Interactions.js",
15 "./dist/aws-amplify-interactions.min.js",
16 "./dist/aws-amplify-interactions.js"
17 ],
18 "publishConfig": {
19 "access": "public"
20 },
21 "scripts": {
22 "test": "tslint 'src/**/*.ts' && jest -w 1 --coverage",
23 "build-with-test": "npm run clean && npm test && tsc && webpack",
24 "build:cjs": "node ./build es5 && webpack && webpack --config ./webpack.config.dev.js",
25 "build:esm": "node ./build es6",
26 "build:cjs:watch": "node ./build es5 --watch",
27 "build:esm:watch": "node ./build es6 --watch",
28 "build": "npm run clean && npm run build:esm && npm run build:cjs",
29 "clean": "rimraf lib-esm lib dist",
30 "format": "echo \"Not implemented\"",
31 "lint": "tslint 'src/**/*.ts'"
32 },
33 "repository": {
34 "type": "git",
35 "url": "https://github.com/aws-amplify/amplify-js.git"
36 },
37 "author": "Amazon Web Services",
38 "license": "Apache-2.0",
39 "bugs": {
40 "url": "https://github.com/aws/aws-amplify/issues"
41 },
42 "homepage": "https://aws-amplify.github.io/",
43 "dependencies": {
44 "@aws-amplify/core": "4.6.1",
45 "@aws-sdk/client-lex-runtime-service": "3.6.1"
46 },
47 "jest": {
48 "globals": {
49 "ts-jest": {
50 "diagnostics": false,
51 "tsConfig": {
52 "lib": [
53 "es5",
54 "es2015",
55 "dom",
56 "esnext.asynciterable",
57 "es2017.object"
58 ],
59 "allowJs": true
60 }
61 }
62 },
63 "transform": {
64 "^.+\\.(js|jsx|ts|tsx)$": "ts-jest"
65 },
66 "testRegex": "(/__tests__/.*|\\.(test|spec))\\.(tsx?|jsx?)$",
67 "moduleFileExtensions": [
68 "ts",
69 "tsx",
70 "js",
71 "json",
72 "jsx"
73 ],
74 "testEnvironment": "jsdom",
75 "testURL": "http://localhost/",
76 "coverageThreshold": {
77 "global": {
78 "branches": 0,
79 "functions": 0,
80 "lines": 0,
81 "statements": 0
82 }
83 },
84 "coveragePathIgnorePatterns": [
85 "/node_modules/",
86 "dist",
87 "lib",
88 "lib-esm"
89 ]
90 },
91 "gitHead": "7c46fbc75cff43c6323d29384f01cee7d3483e40"
92}