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": {
|
2020-07-02 14:48:17 +02:00
|
|
|
"inflation": "^2.0.0",
|
2021-03-02 10:51:06 +01:00
|
|
|
"jszip": "^3.6.0",
|
2020-06-29 16:07:48 +02:00
|
|
|
"koa": "^2.13.0",
|
2021-05-04 14:15:03 +02:00
|
|
|
"puppeteer": "^9.1.0",
|
2020-12-03 19:14:34 +01:00
|
|
|
"puppeteer-cluster": "^0.22.0",
|
2020-07-02 14:48:17 +02:00
|
|
|
"raw-body": "^2.4.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": {
|
2021-05-04 14:15:03 +02:00
|
|
|
"shadow-cljs": "^2.12.5",
|
2020-06-29 16:07:48 +02:00
|
|
|
"source-map-support": "^0.5.19"
|
|
|
|
}
|
|
|
|
}
|