mirror of
https://github.com/penpot/penpot.git
synced 2026-02-13 15:13:03 +00:00
14 lines
301 B
JSON
14 lines
301 B
JSON
{
|
|
"name": "icons-plugin",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "ng build icons-plugin",
|
|
"build:dev": "ng build icons-plugin --configuration development",
|
|
"serve": "ng serve icons-plugin",
|
|
"lint": "eslint .",
|
|
"test": "vitest"
|
|
}
|
|
}
|