Files
penpot/plugins/apps/table-plugin/package.json
Juanfran 5ebe630a95 wip
2026-02-04 14:48:17 +01:00

14 lines
301 B
JSON

{
"name": "table-plugin",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "ng build table-plugin",
"build:dev": "ng build table-plugin --configuration development",
"serve": "ng serve table-plugin",
"lint": "eslint .",
"test": "vitest"
}
}