UNPKG

scandium

Version:

> Easily deploy any Node.js web server to AWS Lambda.

51 lines (50 loc) 1.29 kB
{ "name": "scandium", "version": "1.0.0-alpha.75", "license": "MIT", "repository": "LinusU/scandium", "type": "module", "bin": { "scandium": "./app.js" }, "scripts": { "test": "standard && node lib/*.test.js" }, "dependencies": { "@aws-sdk/client-api-gateway": "^3.375.0", "@aws-sdk/client-apigatewayv2": "^3.375.0", "@aws-sdk/client-iam": "^3.375.0", "@aws-sdk/client-lambda": "^3.375.0", "@aws-sdk/client-s3": "^3.375.0", "@sandfox/arn": "^2.1.0", "amend-object": "^2.0.0", "aws-has-region": "^3.0.0", "bytes": "^3.0.0", "dotenv": "^16.0.2", "execa": "^9.0.0", "format-duration": "^3.0.2", "fs-temp": "^2.0.0", "gitignore-to-dockerignore": "^3.0.0", "is-ci": "^4.0.0", "listr": "^0.14.3", "listr-verbose-renderer": "^0.6.0", "load-json-file": "^7.0.1", "load-text-file": "^2.0.0", "load-yaml-file": "^1.0.0", "nanoid": "^5.0.1", "neodoc": "^2.0.2", "p-retry": "^6.0.0", "parse-key-value-pair": "^2.0.1", "path-exists": "^5.0.0", "rev-hash": "^4.0.0", "rm-file": "^2.0.0", "unload": "^2.3.1", "write-file-atomically": "^2.0.0" }, "devDependencies": { "standard": "^17.0.0" }, "engines": { "node": "^22.11.0 || >=24.0.0" } }