0
Fork 0
mirror of https://github.com/penpot/penpot-export.git synced 2025-01-02 04:40:05 -05:00
penpot-export/package.json
Roberto Redradix ba9886beb4 feat(demo): split demos per output format
Adds a SCSS-specific demo
2023-09-15 18:12:15 +02:00

13 lines
330 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-all -w demos"
}
}