0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-06 14:50:10 -05:00
penpot-export/package.json

13 lines
233 B
JSON
Raw Normal View History

2023-08-21 01:36:47 -05:00
{
"name": "root",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "npm run dev -w penpot-export",
"build": "npm run build -w penpot-export",
2023-08-22 04:32:24 -05:00
"demo": "npm run generate-css -w demo"
2023-08-21 01:36:47 -05:00
}
}