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": {
|
2022-11-01 07:27:41 +00:00
|
|
|
"cli-progress": "^3.11.2",
|
2021-12-17 05:09:20 +00:00
|
|
|
"dotenv": "10.0.0",
|
2023-08-31 02:29:02 +00:00
|
|
|
"mongodb": "^5.8.0",
|
2022-07-20 05:03:47 +00:00
|
|
|
"nodemailer": "6.7.5",
|
2022-11-01 07:27:41 +00:00
|
|
|
"readline-sync": "1.4.10",
|
|
|
|
|
"shelljs": "0.8.5"
|
2021-09-01 05:32:08 +00:00
|
|
|
},
|
2023-08-16 11:09:11 +00:00
|
|
|
"devDependencies": {
|
|
|
|
|
"jest": "^29.1.2"
|
|
|
|
|
},
|
2021-09-01 05:32:08 +00:00
|
|
|
"bin": {
|
2021-09-14 13:31:06 +00:00
|
|
|
"appsmithctl": "./bin/index.js"
|
2022-11-01 07:27:41 +00:00
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"test": "jest"
|
2021-09-01 05:32:08 +00:00
|
|
|
}
|
2022-03-10 04:46:16 +00:00
|
|
|
}
|