UNPKG

@aws-amplify/amplify-category-notifications

Version:

amplify-cli notifications plugin

80 lines (79 loc) 2 kB
{ "name": "@aws-amplify/amplify-category-notifications", "version": "2.26.44", "description": "amplify-cli notifications plugin", "repository": { "type": "git", "url": "https://github.com/aws-amplify/amplify-cli.git", "directory": "packages/amplify-category-notifications" }, "author": "Amazon Web Services", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "keywords": [ "amplify", "aws" ], "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "clean": "rimraf lib tsconfig.tsbuildinfo node_modules", "test": "jest --logHeapUsage", "watch": "tsc --watch", "extract-api": "ts-node ../../scripts/extract-api.ts" }, "dependencies": { "@aws-amplify/amplify-cli-core": "4.6.0", "@aws-amplify/amplify-environment-parameters": "1.9.25", "@aws-amplify/amplify-prompts": "2.8.7", "@aws-amplify/amplify-provider-awscloudformation": "8.11.19", "@aws-sdk/client-iam": "^3.919.0", "@aws-sdk/client-pinpoint": "3.901.0", "@smithy/node-http-handler": "^4.4.3", "chalk": "^4.1.1", "fs-extra": "^8.1.0", "lodash": "^4.17.21", "ora": "^4.0.3", "promise-sequential": "^1.1.1", "proxy-agent": "^6.3.0" }, "devDependencies": { "aws-sdk-client-mock": "^4.1.0", "aws-sdk-client-mock-jest": "^4.1.0" }, "jest": { "testEnvironmentOptions": { "url": "http://localhost" }, "collectCoverageFrom": [ "src/**/*.{ts,tsx,js,jsx}", "!src/__tests__/" ], "transform": { "^.+\\.tsx?$": "ts-jest" }, "testRegex": "((\\.|/)(test|spec))\\.(jsx?|tsx?)$", "moduleFileExtensions": [ "ts", "tsx", "js", "jsx", "json", "node" ], "collectCoverage": true, "coverageReporters": [ "json", "html" ] }, "berry": { "plugins": [ "@yarn/plugin-typescript" ] }, "gitHead": "926b6d3b22a53832eb143901cee60a6f8f40536c" }