2020-06-29 09:07:48 -05:00
|
|
|
{
|
|
|
|
"name": "uxbox-exporter",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
2020-06-30 08:41:33 -05:00
|
|
|
"author": "UXBOX LABS SL",
|
|
|
|
"license": "SEE LICENSE IN <LICENSE>",
|
2020-06-29 09:07:48 -05:00
|
|
|
"dependencies": {
|
2022-03-18 06:34:02 -05:00
|
|
|
"archiver": "^5.3.0",
|
2021-09-21 08:12:46 -05:00
|
|
|
"cookies": "^0.8.0",
|
2021-08-19 07:17:51 -05:00
|
|
|
"generic-pool": "^3.8.2",
|
2020-07-02 07:48:17 -05:00
|
|
|
"inflation": "^2.0.0",
|
2022-03-18 06:34:02 -05:00
|
|
|
"ioredis": "^4.28.5",
|
|
|
|
"luxon": "^2.3.1",
|
2022-03-22 02:12:31 -05:00
|
|
|
"playwright": "^1.20.0",
|
2022-03-18 06:34:02 -05:00
|
|
|
"raw-body": "^2.5.1",
|
2020-07-30 08:23:11 -05:00
|
|
|
"xml-js": "^1.6.11",
|
2021-05-04 07:15:03 -05:00
|
|
|
"xregexp": "^5.0.2"
|
2020-06-29 09:07:48 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-03-18 06:34:02 -05:00
|
|
|
"shadow-cljs": "^2.17.8",
|
2021-11-29 09:53:24 -05:00
|
|
|
"source-map-support": "^0.5.21"
|
2020-06-29 09:07:48 -05:00
|
|
|
}
|
|
|
|
}
|