0
Fork 0
mirror of https://github.com/penpot/penpot-plugins.git synced 2025-02-09 08:38:18 -05:00
penpot-plugins/libs/plugins-runtime/package.json

16 lines
292 B
JSON
Raw Normal View History

2024-02-01 14:08:51 +01:00
{
"name": "plugins-runtime",
"version": "0.0.1",
2024-03-05 11:36:56 +01:00
"devDependencies": {
"happy-dom": "^13.6.2"
},
2024-02-06 12:16:28 +01:00
"dependencies": {
2024-03-07 10:34:06 +01:00
"plugins-data-parser": "^0.0.1",
2024-03-05 11:36:56 +01:00
"vitest": "1.2.2",
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",
"typings": "./index.d.ts"
}