Files
penpot/plugins/apps/create-palette-plugin/package.json
2026-02-10 08:29:24 +01:00

15 lines
301 B
JSON

{
"name": "create-palette-plugin",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:watch": "vite build --watch --mode development",
"preview": "vite preview",
"lint": "eslint .",
"test": "vitest"
}
}