0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-08 16:00:27 -05:00
penpot-plugins/libs/plugins-runtime/package.json
2024-10-04 11:36:46 +02:00

13 lines
264 B
JSON

{
"name": "@penpot/plugins-runtime",
"version": "0.12.0",
"dependencies": {
"@penpot/plugin-types": "^0.12.0",
"ses": "^1.1.0",
"zod": "^3.22.4"
},
"module": "./index.mjs",
"typings": "./index.d.ts",
"private": true,
"type": "module"
}