|
| 1 | +{ |
| 2 | + "name": "@cloudgraph/policy-pack-aws-cis-1.5.0", |
| 3 | + "description": "Policy pack implementing CIS Amazon Web Services Foundations 1.5.0 Benchmark", |
| 4 | + "version": "0.3.0", |
| 5 | + "author": "AutoCloud", |
| 6 | + "license": "MPL-2.0", |
| 7 | + "main": "dist/index.js", |
| 8 | + "types": "dist/index.d.ts", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "https://github.com/cloudgraphdev/cloudgraph-policy-packs.git", |
| 12 | + "directory": "src/aws/cis-1.5.0" |
| 13 | + }, |
| 14 | + "bugs": { |
| 15 | + "url": "https://github.com/cloudgraphdev/cloudgraph-policy-packs/issues" |
| 16 | + }, |
| 17 | + "publishConfig": { |
| 18 | + "access": "public" |
| 19 | + }, |
| 20 | + "directories": { |
| 21 | + "test": "tests" |
| 22 | + }, |
| 23 | + "devDependencies": { |
| 24 | + "@autocloud/eslint-config": "^0.1.0", |
| 25 | + "@cloudgraph/sdk": "^0.21.1", |
| 26 | + "@types/jest": "^27.0.3", |
| 27 | + "@types/node": "^15.12.4", |
| 28 | + "@types/pino": "^6.3.11", |
| 29 | + "@typescript-eslint/eslint-plugin": "^4.28.5", |
| 30 | + "@typescript-eslint/parser": "^4.28.5", |
| 31 | + "cpx": "^1.5.0", |
| 32 | + "cuid": "^2.1.8", |
| 33 | + "eslint": "^7.25.0", |
| 34 | + "eslint-config-airbnb-base": "14.2.1", |
| 35 | + "eslint-config-prettier": "^6.11.0", |
| 36 | + "eslint-plugin-import": "^2.22.1", |
| 37 | + "eslint-plugin-prettier": "^3.4.0", |
| 38 | + "jest": "^27.0.6", |
| 39 | + "prettier": "^2.4.1", |
| 40 | + "shx": "^0.3.3", |
| 41 | + "ts-jest": "^27.0.4", |
| 42 | + "tslib": "^1", |
| 43 | + "typescript": "^4.3.5" |
| 44 | + }, |
| 45 | + "engines": { |
| 46 | + "node": ">=14.0.0" |
| 47 | + }, |
| 48 | + "homepage": "https://www.cloudgraph.dev/", |
| 49 | + "keywords": [ |
| 50 | + "cloudgraph" |
| 51 | + ], |
| 52 | + "prettier": { |
| 53 | + "semi": false, |
| 54 | + "singleQuote": true |
| 55 | + }, |
| 56 | + "scripts": { |
| 57 | + "build": "pnpm prepack", |
| 58 | + "clean": "rm -rf dist", |
| 59 | + "lint": "eslint", |
| 60 | + "prepack": "rm -rf dist && tsc -b", |
| 61 | + "test": "NODE_ENV=test jest" |
| 62 | + } |
| 63 | +} |
0 commit comments