0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-23 15:18:49 -05:00
penpot-plugins/libs/plugins-runtime/package.json

11 lines
177 B
JSON
Raw Normal View History

2024-02-01 14:08:51 +01:00
{
"name": "plugins-runtime",
"version": "0.0.1",
2024-02-06 12:16:28 +01:00
"dependencies": {
"ses": "^1.1.0",
"zod": "^3.22.4"
},
2024-02-01 14:08:51 +01:00
"module": "./index.mjs",
"typings": "./index.d.ts"
}