0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-21 14:12:29 -05:00
penpot-export/package.json

13 lines
241 B
JSON
Raw Normal View History

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