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

14 lines
262 B
JSON
Raw Permalink Normal View History

2024-02-01 14:08:51 +01:00
{
2024-06-10 14:38:39 +02:00
"name": "@penpot/plugins-runtime",
"version": "1.1.0",
2024-02-06 12:16:28 +01:00
"dependencies": {
"@penpot/plugin-types": "^1.1.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
}