0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-09 08:22:09 -05:00
penpot-plugins/apps/example-plugin/project.json

9 lines
203 B
JSON
Raw Normal View History

2024-02-06 06:16:28 -05:00
{
"name": "example-plugin",
"$schema": "../../node_modules/nx/schemas/project-schema.json",
"projectType": "application",
"sourceRoot": "apps/example-plugin/src",
"tags": [],
"targets": {}
}