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

14 lines
330 B
JSON
Raw Normal View History

2023-08-21 01:36:47 -05:00
{
"name": "penpot-export",
2023-08-21 01:36:47 -05:00
"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"
2023-08-21 01:36:47 -05:00
}
}