mirror of
https://github.com/penpot/penpot.git
synced 2026-02-05 12:12:07 -05:00
14 lines
301 B
JSON
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"
|
|
}
|
|
}
|