2021-09-01 05:32:08 +00:00
|
|
|
{
|
|
|
|
|
"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",
|
2021-09-14 13:31:06 +00:00
|
|
|
"directory": "deploy/docker"
|
2021-09-01 05:32:08 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"boxen": "^5.0.1",
|
|
|
|
|
"chalk": "^4.1.2",
|
|
|
|
|
"dotenv": "^10.0.0",
|
|
|
|
|
"shelljs": "^0.8.4",
|
|
|
|
|
"yargs": "^17.1.1"
|
|
|
|
|
},
|
|
|
|
|
"bin": {
|
2021-09-14 13:31:06 +00:00
|
|
|
"appsmithctl": "./bin/index.js"
|
2021-09-01 05:32:08 +00:00
|
|
|
}
|
|
|
|
|
}
|