mirror of
https://github.com/penpot/penpot.git
synced 2026-08-06 04:48:39 +00:00
18 lines
800 B
JSON
18 lines
800 B
JSON
{
|
|
"name": "icons-plugin",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "ng build icons-plugin && pnpm run build:plugin",
|
|
"build:dev": "ng build icons-plugin --configuration development",
|
|
"build:plugin": "node ../../tools/scripts/build-plugin.mjs --plugin=icons-plugin",
|
|
"build:plugin:watch": "node ../../tools/scripts/build-plugin.mjs --plugin=icons-plugin --watch",
|
|
"serve": "ng serve icons-plugin",
|
|
"init": "concurrently --kill-others --names plugin,serve \"pnpm run build:plugin:watch\" \"pnpm run serve\"",
|
|
"lint": "eslint .",
|
|
"test": "vitest"
|
|
},
|
|
"packageManager": "pnpm@11.20.0+sha512.9a6f330a95b66446ea088faf1521405a8a01f07fde7124cc9958dfed52d4bb436737e65b08f85f37b46fcba375092558ac51262b816844b22f63406ed166bfee"
|
|
}
|