0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-07 15:39:42 -05:00
penpot/exporter/package.json
2020-07-01 13:41:59 +02:00

20 lines
442 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": {
"koa": "^2.13.0",
"puppeteer": "^4.0.1",
"puppeteer-cluster": "^0.21.0",
"xregexp": "^4.3.0"
},
"devDependencies": {
"source-map-support": "^0.5.19"
}
}