{
  "name": "scandium",
  "version": "1.0.0-alpha.76",
  "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": "^4.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": "^8.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-atomic": "^8.0.0"
  },
  "devDependencies": {
    "standard": "^17.0.0"
  },
  "engines": {
    "node": "^24.14.1 || >=26.0.0"
  }
}
