mirror of
https://github.com/penpot/penpot.git
synced 2025-01-08 07:50:43 -05:00
21 lines
408 B
JSON
21 lines
408 B
JSON
|
{
|
||
|
"name": "uxbox-exporter",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"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"
|
||
|
}
|
||
|
}
|