UNPKG

serverless-vpc-discovery

Version:
84 lines (83 loc) 2.2 kB
{ "name": "serverless-vpc-discovery", "version": "8.0.0", "engines": { "node": ">=20" }, "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": "c8 mocha -r tsx test/unit-tests/index.test.ts", "integration-test": "mocha -r tsx test/integration-tests/*.test.ts", "lint": "eslint src", "lint:fix": "npm run lint -- --fix", "build": "tsc --project .", "prepare": "npm run build" }, "files": [ "*.js", "*.ts", "*.json", "dist/**/*.js" ], "devDependencies": { "@aws-sdk/client-lambda": "~3.996.0", "@types/chai": "^5.0.1", "@types/chai-spies": "^1.0.6", "@types/js-yaml": "^4.0.9", "@types/mocha": "^10.0.10", "@types/node": "^20.0.0", "@types/randomstring": "^1.3.0", "@types/shelljs": "^0.10.0", "typescript-eslint": "^8.56.0", "aws-sdk-client-mock": "^4.1.0", "chai": "^6.2.2", "chai-spies": "^1.1.0", "eslint": "^9.0.0", "js-yaml": "^4.1.1", "mocha": "^11.0.0", "mocha-param": "^2.0.1", "c8": "^10.0.0", "randomstring": "^1.3.1", "serverless": "^4.33.0", "shelljs": "^0.10.0", "tsx": "^4.21.0", "typescript": "^5.9.3" }, "dependencies": { "@aws-sdk/client-ec2": "~3.996.0", "@aws-sdk/credential-providers": "~3.996.0", "@smithy/config-resolver": "~4.4.7", "@smithy/node-config-provider": "~4.3.9", "@smithy/smithy-client": "~4.11.7", "@smithy/util-retry": "~4.2.9" }, "overrides": { "fast-xml-parser": "^5.3.6", "diff": "^8.0.3", "minimatch": "^10.2.1" } }