@architect/deploy
Version:
Deploys @architect projects
64 lines (63 loc) • 1.98 kB
JSON
{
"name": "@architect/deploy",
"version": "7.0.3",
"description": "Deploys @architect projects",
"main": "index.js",
"bin": {
"arc-deploy": "src/cli/index.js"
},
"scripts": {
"test": "npm run lint && npm run test:integration && npm run coverage",
"test:nolint": "npm run test:integration && npm run coverage",
"test:unit": "cross-env AWS_ACCESS_KEY_ID=\"blah\" AWS_SECRET_ACCESS_KEY=\"blah\" tape 'test/unit/**/*-test.js' | tap-arc",
"test:slow": "cross-env tape 'test/slow/**/*-test.js' | tap-arc",
"test:integration": "cross-env AWS_ACCESS_KEY_ID=\"blah\" AWS_SECRET_ACCESS_KEY=\"blah\" tape 'test/integration/**/*-test.js' | tap-arc",
"coverage": "nyc --reporter=lcov --reporter=text npm run test:unit",
"lint": "eslint . --fix",
"rc": "npm version prerelease --preid RC"
},
"engines": {
"node": ">=22"
},
"repository": {
"type": "git",
"url": "git+https://github.com/architect/deploy.git"
},
"keywords": [
"arc",
"deploy"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/architect/deploy/issues"
},
"homepage": "https://github.com/architect/deploy#readme",
"dependencies": {
"@architect/create": "~7.0.0",
"@architect/hydrate": "~6.0.0",
"@architect/inventory": "~6.1.0",
"@architect/package": "~11.0.3",
"@architect/utils": "~6.0.3",
"@aws-lite/apigatewayv2": "^0.0.9",
"@aws-lite/client": "^0.23.2",
"@aws-lite/cloudformation": "^0.1.3",
"@aws-lite/cloudfront": "^0.0.11",
"@aws-lite/lambda": "^0.1.5",
"@aws-lite/s3": "^0.2.6",
"@aws-lite/ssm": "^0.2.3",
"fs-extra": "~11.3.3",
"mime-types": "~3.0.2",
"zip-dir": "2.0.0",
"zipit": "2.0.0"
},
"devDependencies": {
"@architect/eslint-config": "~3.0.0",
"cross-env": "~10.1.0",
"eslint": "~9.39.2",
"mock-tmp": "~0.0.4",
"nyc": "~17.1.0",
"proxyquire": "~2.1.3",
"tap-arc": "~1.3.2",
"tape": "~5.9.0"
}
}