PromucFlow_constructor/deploy/docker/utils/package.json
Shrikant Sharat Kandula f0a61285a6
docs: Fat container documentation fixes (#7207)
Added additional details about how to use the fat container, and how to manage / maintain it.

Also includes some refactorings that shouldn't affect the functionality significantly.
2021-09-14 19:01:06 +05:30

25 lines
509 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/docker"
},
"dependencies": {
"boxen": "^5.0.1",
"chalk": "^4.1.2",
"dotenv": "^10.0.0",
"shelljs": "^0.8.4",
"yargs": "^17.1.1"
},
"bin": {
"appsmithctl": "./bin/index.js"
}
}