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