PromucFlow_constructor/deploy/docker/utils/package.json

25 lines
521 B
JSON
Raw Normal View History

{
"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": {
"dotenv": "10.0.0",
"mongodb": "^4.4.0",
"readline-sync": "1.4.10",
"shelljs": "0.8.5",
"nodemailer": "6.7.5"
},
"bin": {
"appsmithctl": "./bin/index.js"
}
}