UNPKG

@artilleryio/platform-fargate

Version:
79 lines (78 loc) 2.07 kB
{ "name": "@artilleryio/platform-fargate", "version": "2.2.0", "description": "Fargate support for Artillery", "main": "index.js", "exports": { ".": "./index.js", "./_db": "./_db.js" }, "engines": { "node": ">= 18.16.1" }, "scripts": { "test": "npm run test:unit && npm run test:integration", "test:integration": "bats --tap test/integration/*.bats", "test:unit": "node test/index", "commitmsg": "commitlint -e", "prettier": "prettier --single-quote --write lib/**.js" }, "repository": { "type": "git", "url": "https://github.com/artilleryio/artillery.git" }, "keywords": [ "artillery" ], "author": "Artillery Software Inc <https://artillery.io>", "license": "MPL-2.0", "dependencies": { "@aws-sdk/credential-providers": "^3.41.0", "@oclif/core": "^2.8.12", "@supercharge/promise-pool": "^2.2.0", "artillery-plugin-ensure": "^1.1.5", "async": "^2.6.3", "aws-sdk": "^2.1338.0", "chalk": "^2.3.0", "cli-table3": "^0.6.0", "debug": "4.3.1", "dependency-tree": "^6.1.0", "detective": "^5.1.0", "dotenv": "16.0.1", "driftless": "2.0.3", "ejs": "^3.1.8", "got": "11.8.5", "hdr-histogram-js": "^1.0.0", "is-builtin-module": "^2.0.0", "jsonwebtoken": "^9.0.1", "lodash": "^4.17.20", "log-update": "^4.0.0", "moment": "^2.22.2", "nanoid": "^3.3.4", "ora": "^1.4.0", "rc": "^1.2.8", "semver-compare": "^1.0.0", "sqs-consumer": "5.8.0", "stats-lite": "^2.1.0", "tmp": "0.0.33", "traverse": "^0.6.6", "typeorm": "^0.3.6", "typeorm-aurora-data-api-driver": "^2.4.2", "uuid": "^3.1.0", "walk-sync": "^0.3.2", "yaml-js": "^0.2.3" }, "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^8.2.0", "eslint": "^4.10.0", "husky": "^0.14.3", "multiparty": "^4.1.3", "prettier": "^1.7.4", "resolve-from": "^5.0.0", "sinon": "^13.0.1", "tap": "^15.0.10", "tape": "^4.7.0", "zx": "^4.2.0" } }