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

14 lines
325 B
JSON

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