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

14 lines
264 B
JSON
Raw Normal View History

2024-02-01 14:08:51 +01:00
{
2024-06-10 14:38:39 +02:00
"name": "@penpot/plugins-runtime",
"version": "0.12.0",
2024-02-06 12:16:28 +01:00
"dependencies": {
"@penpot/plugin-types": "^0.12.0",
2024-02-06 12:16:28 +01:00
"ses": "^1.1.0",
"zod": "^3.22.4"
},
2024-02-01 14:08:51 +01:00
"module": "./index.mjs",
2024-05-07 10:28:40 +02:00
"typings": "./index.d.ts",
2024-06-10 14:38:39 +02:00
"private": true,
2024-05-07 10:28:40 +02:00
"type": "module"
2024-02-01 14:08:51 +01:00
}