0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-22 22:58:43 -05:00
penpot-plugins/libs/plugins-runtime/package.json
2024-02-16 13:48:38 +01:00

10 lines
177 B
JSON

{
"name": "plugins-runtime",
"version": "0.0.1",
"dependencies": {
"ses": "^1.1.0",
"zod": "^3.22.4"
},
"module": "./index.mjs",
"typings": "./index.d.ts"
}