2021-09-01 05:32:08 +00:00
|
|
|
{
|
|
|
|
|
"name": "appsmith_utils",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "appsmith utils tool",
|
|
|
|
|
"main": "bin/index.js",
|
2021-11-26 10:10:16 +00:00
|
|
|
"author": "",
|
2021-09-01 05:32:08 +00:00
|
|
|
"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": {
|
2021-12-17 05:09:20 +00:00
|
|
|
"boxen": "5.0.1",
|
|
|
|
|
"chalk": "4.1.2",
|
|
|
|
|
"dotenv": "10.0.0",
|
2022-01-14 22:23:08 +00:00
|
|
|
"shelljs": "0.8.5",
|
2021-12-17 05:09:20 +00:00
|
|
|
"yargs": "17.1.1",
|
|
|
|
|
"readline-sync": "1.4.10"
|
2021-09-01 05:32:08 +00:00
|
|
|
},
|
|
|
|
|
"bin": {
|
2021-09-14 13:31:06 +00:00
|
|
|
"appsmithctl": "./bin/index.js"
|
2021-09-01 05:32:08 +00:00
|
|
|
}
|
2021-12-17 05:09:20 +00:00
|
|
|
}
|