UNPKG

@webda/aws

Version:

Webda AWS Services implementation

106 lines (105 loc) 2.69 kB
{ "name": "@webda/aws", "version": "3.5.1", "description": "Webda AWS Services implementation", "main": "lib/index.js", "scripts": { "build": "webda build", "build:watch": "webda build --watch", "pretest": "webda build", "lint": "prettier --check src/**/*", "lint:fix": "prettier --write src/**/*", "test": "c8 mocha" }, "repository": { "type": "git", "url": "git+https://github.com/loopingz/webda.io.git" }, "keywords": [ "webda", "modda" ], "files": [ "lib", "webda.module.json", "webda.shell.json", "package.json" ], "author": "loopingz", "license": "MIT", "bugs": { "url": "https://github.com/loopingz/webda.io/issues" }, "homepage": "https://github.com/loopingz/webda.io#readme", "dependencies": { "@aws-sdk/client-acm": "^3.798.0", "@aws-sdk/client-api-gateway": "^3.798.0", "@aws-sdk/client-cloudformation": "^3.798.0", "@aws-sdk/client-cloudwatch-logs": "^3.798.0", "@aws-sdk/client-dynamodb": "^3.798.0", "@aws-sdk/client-ec2": "^3.798.0", "@aws-sdk/client-lambda": "^3.798.0", "@aws-sdk/client-route-53": "^3.798.0", "@aws-sdk/client-s3": "^3.798.0", "@aws-sdk/client-secrets-manager": "^3.798.0", "@aws-sdk/client-sqs": "^3.798.0", "@aws-sdk/client-sts": "^3.798.0", "@aws-sdk/lib-dynamodb": "^3.798.0", "@aws-sdk/s3-request-presigner": "^3.798.0", "@commitlint/config-conventional": "^19.1.0", "@types/json-schema": "^7.0.8", "@types/mocha": "^10.0.0", "@types/node": "^14.0.0", "@webda/async": "^3.9.0", "@webda/core": "^3.17.1", "@webda/workout": "^3.2.1", "bluebird": "^3.7.2", "commitlint": "^19.2.1", "cookie": "^1.0.1", "glob": "^10.0.0", "iam-policy-optimizer": "^1.2.0", "lerna": "^8.0.0", "mime-types": "^2.1.35", "prettier-plugin-organize-imports": "^4.0.0", "sinon": "^18.0.0", "typescript": "~5.5.3", "uuid": "^10.0.0", "yaml": "^2.0.0" }, "c8": { "report-dir": "./reports", "reporter": [ "html", "lcov", "json", "text" ], "exclude": [ "**/*.spec.ts", "test/**/*" ] }, "publishConfig": { "access": "public" }, "devDependencies": { "@testdeck/mocha": "^0.3.2", "@types/aws-lambda": "^8.10.97", "@types/node": "18.11.13", "@webda/shell": "^3.13.0", "aws-sdk-client-mock": "^4.0.0", "node-fetch": "^3.3.1", "sinon": "^18.0.0" }, "type": "module", "engines": { "node": ">=18.0.0" }, "nx": { "implicitDependencies": [ "@webda/core", "@webda/shell" ] }, "gitHead": "b9446d5fdc41c055a4b0cebe30892dfd1304f423" }