UNPKG

lulo-plugin-kms-grant

Version:

lulo KMS Grants manages [AWS KMS Key grants](http://docs.aws.amazon.com/kms/latest/developerguide/grants.html).

46 lines (45 loc) 1.31 kB
{ "name": "lulo-plugin-kms-grant", "version": "1.3.0", "scripts": { "lint": "node_modules/.bin/eslint --max-warnings 0 src tests", "test": "npm i && npm run lint && npm run test:unit && npm run coverage", "test:unit": "nyc --all --include 'src/**/*.js' mocha ./tests/unit --recursive && npm run report", "coverage": "nyc check-coverage --statement 100 --branches 100 --functions 100 --lines 100 ", "report": "nyc report --reporter=html" }, "main": "src/index.js", "repository": { "type": "git", "url": "https://github.com/carlnordenfelt/lulo-plugin-kms-grant" }, "keywords": [ "AWS", "CloudFormation", "Custom Resource", "Plugin", "Lulo", "KMS", "Grants" ], "author": "Carl Nordenfelt", "license": "MIT", "issues": { "url": "https://github.com/carlnordenfelt/lulo-plugin-kms-grant/issues" }, "homepage": "https://github.com/carlnordenfelt/lulo-plugin-kms-grant", "devDependencies": { "aws-sdk": "2.1168.0", "chai": "4.3.6", "coveralls": "3.1.1", "eslint": "8.19.0", "eslint-config-defaults": "9.0.0", "eslint-plugin-filenames": "1.3.2", "eslint-plugin-import": "2.26.0", "log4njs": "2.2.3", "mocha": "10.0.0", "mockery": "2.1.0", "nyc": "^15.1.0", "sinon": "14.0.0" } }