2020-06-12 11:54:21 +00:00
|
|
|
{
|
|
|
|
|
"name": "acl-migration",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "",
|
|
|
|
|
"private": true,
|
|
|
|
|
"scripts": {
|
2020-09-02 11:45:55 +00:00
|
|
|
"acl-migration": "node acl-migration.js",
|
|
|
|
|
"dump-examples-org": "node dump-examples-org.js"
|
2020-06-12 11:54:21 +00:00
|
|
|
},
|
|
|
|
|
"keywords": [],
|
|
|
|
|
"author": "Appsmith",
|
|
|
|
|
"devDependencies": {
|
2021-09-09 16:44:58 +00:00
|
|
|
"axios": "^0.21.2",
|
2020-06-12 11:54:21 +00:00
|
|
|
"axios-cookiejar-support": "^1.0.0",
|
2020-09-02 11:45:55 +00:00
|
|
|
"crypto-js": "^4.0.0",
|
2020-06-12 11:54:21 +00:00
|
|
|
"mongodb": "^3.5.8",
|
|
|
|
|
"tough-cookie": "^4.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|