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
2023-09-04 13:41:32 +02:00

13 lines
329 B
JSON

{
"name": "penpot-export",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "npm run dev -w @penpot-export/cli",
"build": "npm run build -w @penpot-export/core -w @penpot-export/cli",
"test": "npm run test --workspaces --if-present",
"demo": "npm run generate-css -w demo"
}
}