0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00
penpot/exporter/package.json
2021-06-02 14:10:25 +02:00

25 lines
574 B
JSON

{
"name": "uxbox-exporter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "UXBOX LABS SL",
"license": "SEE LICENSE IN <LICENSE>",
"dependencies": {
"inflation": "^2.0.0",
"jszip": "^3.6.0",
"koa": "^2.13.0",
"puppeteer": "^10.0.0",
"puppeteer-cluster": "^0.22.0",
"raw-body": "^2.4.1",
"xml-js": "^1.6.11",
"xregexp": "^5.0.2"
},
"devDependencies": {
"shadow-cljs": "^2.14.2",
"source-map-support": "^0.5.19"
}
}