UNPKG

@limlabs/limo

Version:

Infrastructure as Code generator

52 lines 1.53 kB
{ "name": "@limlabs/limo", "version": "0.0.21-dev.1740178559277", "description": "Infrastructure as Code generator", "bin": "./dist/bin/index.js", "engines": { "node": ">=22.11.0" }, "keywords": [ "iac", "infrastructure", "pulumi", "aws", "typescript" ], "author": "Liminal Labs", "license": "MIT", "devDependencies": { "@evilmartians/lefthook": "^1.10.1", "@pulumi/aws": "^6.59.1", "@pulumi/awsx": "^2.18.1", "@pulumi/pulumi": "^3.138.0", "@pulumi/random": "^4.16.7", "@types/node": "^22.9.0", "@types/prompts": "^2.4.9", "@types/yargs": "^17.0.33", "prettier": "3.4.2", "tsc-alias": "1.8.10", "tsx": "^4.19.2", "typescript": "^4.5.4" }, "dependencies": { "@types/ejs": "^3.1.5", "@types/js-yaml": "^4.0.9", "commander": "^12.1.0", "ejs": "^3.1.10", "js-yaml": "^4.1.0", "jscodeshift": "^17.1.2", "ora": "8.1.1", "prompts": "^2.4.2", "zod": "^3.23.8" }, "scripts": { "prepublish": "pnpm build && node scripts/version.js", "dev": "NODE_ENV=development tsx src/bin/index.ts", "test": "rm -rf test/output && tsx --test --experimental-test-module-mocks --experimental-test-coverage --test-coverage-lines=80 --test-coverage-branches=75 --test-coverage-functions=65 --test-coverage-exclude='test/**/*.ts' test/*.ts", "format": "prettier --write .", "format:check": "prettier --check .", "build": "scripts/build.sh", "update-examples": "scripts/update-examples.sh" } }