@getcoconut/cli
Version:
A tool for locally emulating and mocking Pulumi Cloud projects.
39 lines • 941 B
JSON
{
"name": "@getcoconut/cli",
"version": "1.0.0-alpha.6",
"description": "A tool for locally emulating and mocking Pulumi Cloud projects.",
"homepage": "https://getcoconut.io",
"license": "MIT",
"bugs": "https://github.com/getcoconut/coconut/issues",
"repository": {
"type": "git",
"url": "https://github.com/getcoconut/coconut.git",
"directory": "packages/cli"
},
"keywords": [
"Cloud",
"Pulumi Cloud",
"Mocking",
"Local testing",
"Serverless",
"CLI"
],
"dependencies": {
"tslib": "^2.0.0",
"ts-node": "^10.2.1",
"@pulumi/cloud": "^0.30.1",
"fs-extra": "^10.0.0",
"uniqid": "^5.4.0",
"@pulumi/pulumi": "^3.10.2",
"commander": "^8.2.0",
"module-alias": "^2.2.2",
"ajv": "^8.6.3",
"cosmiconfig": "^7.0.1"
},
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"peerDependencies": {},
"bin": {
"coconut": "./index.bin.js"
}
}