platform/cloud/app/dev-server/package.json
Andrey Platov 7a9a284855
add pulumi container deployment
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-05 00:01:56 +02:00

13 lines
217 B
JSON

{
"name": "@anticrm/dev-server-app",
"version": "0.6.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node ./index.js"
},
"dependencies": {
"@anticrm/dev-server": "^0.6.5"
}
}