{
    "name": "pulumi",
    "version": "3.254.0",
    "description": "Pulumi Infrastructure as Code CLI",
    "license": "Apache-2.0",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/pulumi/pulumi.git",
        "directory": "npm"
    },
    "bin": {
        "pulumi": "run.js"
    },
    "scripts": {
        "test": "node --test test/cache.test.js test/download.test.js test/resolve.test.js",
        "test:integration": "node --test test/integration.test.js"
    },
    "devDependencies": {
        "@biomejs/biome": "1.8.3"
    },
    "engines": {
        "node": ">=18"
    }
}
