0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-01-06 14:50:21 -05:00
penpot-plugins/libs/plugins-runtime/package.json
2024-12-12 10:39:20 +01:00

13 lines
262 B
JSON

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