UNPKG

@aws-amplify/analytics

Version:

Analytics category of aws-amplify

116 lines (115 loc) 3.67 kB
{ "name": "@aws-amplify/analytics", "version": "7.0.6", "description": "Analytics category of aws-amplify", "main": "./dist/cjs/index.js", "module": "./dist/esm/index.mjs", "react-native": "./src/index.ts", "typings": "./dist/esm/index.d.ts", "sideEffects": false, "publishConfig": { "access": "public" }, "scripts": { "test": "npm run lint && jest -w 1 --coverage", "test:watch": "tslint 'src/**/*.ts' && jest -w 1 --watch", "build-with-test": "npm run clean && npm run test && npm run build", "build:umd": "webpack && webpack --config ./webpack.config.dev.js", "build:esm-cjs": "rollup -c rollup.config.mjs", "build:cjs:watch": "rimraf dist/cjs && tsc -m commonjs --outDir dist/cjs --watch", "build:esm:watch": "rimraf dist/esm && tsc -m esnext --outDir dist/esm --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": "tslint 'src/**/*.ts' && npm run ts-coverage", "ts-coverage": "typescript-coverage-report -p ./tsconfig.json -t 71.4" }, "typesVersions": { ">=4.2": { "pinpoint": [ "./dist/esm/providers/pinpoint/index.d.ts" ], "kinesis": [ "./dist/esm/providers/kinesis/index.d.ts" ], "kinesis-firehose": [ "./dist/esm/providers/kinesis-firehose/index.d.ts" ], "personalize": [ "./dist/esm/providers/personalize/index.d.ts" ] } }, "exports": { ".": { "types": "./dist/esm/index.d.ts", "import": "./dist/esm/index.mjs", "require": "./dist/cjs/index.js", "react-native": "./src/index.ts" }, "./pinpoint": { "types": "./dist/esm/providers/pinpoint/index.d.ts", "import": "./dist/esm/providers/pinpoint/index.mjs", "require": "./dist/cjs/providers/pinpoint/index.js", "react-native": "./src/providers/pinpoint/index.ts" }, "./kinesis": { "types": "./dist/esm/providers/kinesis/index.d.ts", "import": "./dist/esm/providers/kinesis/index.mjs", "require": "./dist/cjs/providers/kinesis/index.js", "react-native": "./src/providers/kinesis/index.ts" }, "./kinesis-firehose": { "types": "./dist/esm/providers/kinesis-firehose/index.d.ts", "import": "./dist/esm/providers/kinesis-firehose/index.mjs", "require": "./dist/cjs/providers/kinesis-firehose/index.js", "react-native": "./src/providers/kinesis-firehose/index.ts" }, "./personalize": { "types": "./dist/esm/providers/personalize/index.d.ts", "import": "./dist/esm/providers/personalize/index.mjs", "require": "./dist/cjs/providers/personalize/index.js", "react-native": "./src/providers/personalize/index.ts" }, "./package.json": "./package.json" }, "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", "pinpoint", "kinesis", "kinesis-firehose", "personalize" ], "dependencies": { "@aws-sdk/client-firehose": "3.398.0", "@aws-sdk/client-kinesis": "3.398.0", "@aws-sdk/client-personalize-events": "3.398.0", "@smithy/util-utf8": "2.0.0", "tslib": "^2.5.0" }, "peerDependencies": { "@aws-amplify/core": "^6.0.0" }, "devDependencies": { "@aws-amplify/core": "6.0.6", "@aws-amplify/react-native": "1.0.6", "@aws-sdk/types": "3.398.0", "@rollup/plugin-typescript": "11.1.5", "rollup": "3.29.4", "typescript": "5.0.2" }, "gitHead": "5cee7197b6d3ffa5fd12da514d5981294b0e0efa" }