UNPKG

1.38 kBJSONView Raw
1{
2 "name": "serverless-plugin-iam-checker",
3 "description": "A serverless plugin to check IAM policies for security compliance",
4 "version": "0.0.28",
5 "scripts": {
6 "publish-please": "publish-please",
7 "prepublishOnly": "rimraf dist/ && npm run build && publish-please guard",
8 "build": "tsc -p ./tsconfig.build.json",
9 "test": "istanbul cover node_modules/cucumber/bin/cucumber-js src/*.feature",
10 "pretest": "tsc -p ./tsconfig.json",
11 "posttest": "rimraf src/**/*.js* src/*.js* src/**/**/*.js* src/**/*.d.ts src/*.d.ts src/**/**/*.d.ts",
12 "codecov": "codecov -f coverage/*.json"
13 },
14 "devDependencies": {
15 "@types/node": "^10.9.4",
16 "chai": "^4.1.2",
17 "codecov": "^3.1.0",
18 "cucumber": "^4.2.1",
19 "cucumber-tsflow": "^2.2.0",
20 "istanbul": "^0.4.5",
21 "publish-please": "^3.2.0",
22 "rimraf": "^2.6.2",
23 "typescript": "^3.0.1"
24 },
25 "repository": {
26 "type": "git",
27 "url": "git+https://github.com/manwaring/serverless-plugin-iam-checker.git"
28 },
29 "bugs": {
30 "url": "https://github.com/manwaring/serverless-plugin-iam-checker"
31 },
32 "homepage": "https://github.com/manwaring/serverless-plugin-iam-checker",
33 "main": "dist/iam-checker.js",
34 "types": "dist/iam-checker.d.ts",
35 "author": "From Phillip with ♥",
36 "license": "MIT",
37 "keywords": [
38 "serverless",
39 "plugin",
40 "iam",
41 "security"
42 ]
43}