{
  "name": "serverless-vpc-discovery",
  "version": "4.1.0",
  "engines": {
    "node": ">=14"
  },
  "description": "Serverless Plugin to modify VPC values",
  "author": "Amplify Education Inc",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/amplify-education/serverless-vpc-discovery.git"
  },
  "bugs": {
    "url": "https://github.com/amplify-education/serverless-vpc-discovery/issues"
  },
  "homepage": "https://github.com/amplify-education/serverless-vpc-discovery#readme",
  "keywords": [
    "serverless discovery VPC",
    "serverless plugins",
    "api gateway",
    "lambda",
    "aws",
    "VPC",
    "aws lambda",
    "amazon",
    "amazon web services",
    "serverless.com"
  ],
  "main": "dist/src/index.js",
  "bin": {},
  "scripts": {
    "test": "nyc mocha -r ts-node/register --project tsconfig.json test/unit-tests/index.test.ts && nyc report --reporter=text-summary",
    "integration-test": "nyc mocha -r ts-node/register --project tsconfig.json test/integration-tests/*.test.ts && nyc report --reporter=text-summary",
    "lint": "eslint src --ext .ts",
    "lint:fix": "npm run lint -- --fix",
    "build": "tsc --project ."
  },
  "files": [
    "*.js",
    "*.ts",
    "*.json",
    "dist/**/*.js"
  ],
  "nyc": {
    "extension": [
      ".ts"
    ]
  },
  "devDependencies": {
    "@types/mocha": "^9.1.1",
    "@types/node": "^16.18.14",
    "@typescript-eslint/eslint-plugin": "^4.33.0",
    "@typescript-eslint/parser": "^4.33.0",
    "aws-sdk-mock": "^5.8.0",
    "chai": "^4.3.7",
    "chai-spies": "^1.0.0",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-jsx-a11y": "6.4.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.2.0",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "js-yaml": "^4.1.0",
    "mocha": "^9.2.2",
    "mocha-param": "^2.0.1",
    "nyc": "^15.1.0",
    "randomstring": "^1.2.3",
    "serverless": "^3.28.1",
    "shelljs": "^0.8.5",
    "ts-node": "^10.9.1",
    "typescript": "~4.3.5"
  },
  "dependencies": {
    "aws-sdk": "^2.1331.0"
  }
}
