PromucFlow_constructor/deploy/fat_container/utils/package.json
geekup-legodevops 8119a74054
feat: Implement fat container for appsmith application (#6678)
Adds a Dockerfile along with accompanying scripts and definitions for building a fat Docker image. This image, when run as a container, will include the server, client, RTS, and necessary vendor services running all within.
2021-09-01 11:02:08 +05:30

25 lines
513 B
JSON

{
"name": "appsmith_utils",
"version": "1.0.0",
"description": "appsmith utils tool",
"main": "bin/index.js",
"author": "",
"license": "Apache-2.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/appsmithorg/appsmith.git",
"directory": "deploy/fat_container"
},
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"dotenv": "^10.0.0",
"shelljs": "^0.8.4",
"yargs": "^17.1.1"
},
"bin": {
"appsmith": "./bin/index.js"
}
}