0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 16:00:27 -05:00
penpot-plugins/apps/example-plugin/project.json
2024-03-07 14:21:05 +01:00

8 lines
216 B
JSON

{
"name": "example-plugin",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/example-plugin/src",
"tags": ["type:plugin"],
"targets": {}
}