UNPKG

@aws-amplify/amplify-category-notifications

Version:

amplify-cli notifications plugin

74 lines (73 loc) 1.79 kB
{ "name": "@aws-amplify/amplify-category-notifications", "version": "2.26.32", "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.4.2", "@aws-amplify/amplify-environment-parameters": "1.9.20", "@aws-amplify/amplify-prompts": "2.8.7", "@aws-amplify/amplify-provider-awscloudformation": "8.11.8", "aws-sdk": "^2.1464.0", "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" }, "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": "9933d70fa693882e787a35e715da0e18a65f83d6" }