UNPKG

@thunder-so/thunder

Version:

CDK library for deploying web applications on AWS

75 lines (74 loc) 1.68 kB
{ "name": "@thunder-so/thunder", "version": "1.4.7", "description": "CDK library for deploying web applications on AWS", "keywords": [ "aws", "cdk", "spa", "ssg", "lambda", "ecs", "fargate", "nuxt", "astro", "serverless", "container", "typescript", "infrastructure-as-code", "tanstack-intent" ], "type": "module", "main": "index.ts", "repository": { "type": "git", "url": "https://github.com/thunder-so/thunder.git" }, "intent": { "source": "https://github.com/thunder-so/thunder.git", "docs": "https://github.com/thunder-so/thunder/tree/main/docs" }, "author": { "name": "CloudBits, Inc.", "url": "https://www.thunder.so", "organization": true }, "license": "Apache-2.0", "scripts": { "cdk": "cdk", "test": "echo \"Error: no test specified\" && exit 1", "intent:validate": "intent validate", "intent:stale": "intent stale", "intent:ship": "intent edit-package-json" }, "bin": { "th": "cli/th.mjs" }, "devDependencies": { "@tanstack/intent": "^0.0.29", "@types/fs-extra": "^11.0.4", "@types/node": "24.9.1", "@types/shelljs": "^0.8.15", "aws-cdk": "2.1023.0", "prettier": "^3.8.1", "ts-node": "^10.9.2", "tsx": "^4.20.6", "typescript": "~5.9.3" }, "dependencies": { "aws-cdk-lib": "2.221.0", "chalk": "^5.4.0", "commander": "^13.0.0", "constructs": "^10.4.2", "fs-extra": "^11.3.2", "inquirer": "^12.3.0", "ora": "^8.2.0", "shelljs": "^0.10.0", "source-map-support": "^0.5.21", "yaml": "^2.8.1" }, "files": [ "skills", "!skills/_artifacts" ] }