PromucFlow_constructor/app/server/scripts/node/package.json

20 lines
403 B
JSON
Raw Normal View History

2020-06-12 11:54:21 +00:00
{
"name": "acl-migration",
"version": "1.0.0",
"description": "",
"private": true,
"scripts": {
"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": {
"axios": "^0.21.2",
2020-06-12 11:54:21 +00:00
"axios-cookiejar-support": "^1.0.0",
"crypto-js": "^4.0.0",
2020-06-12 11:54:21 +00:00
"mongodb": "^3.5.8",
"tough-cookie": "^4.0.0"
}
}