mirror of
https://github.com/penpot/penpot.git
synced 2026-02-12 14:42:56 +00:00
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "@penpot/plugins-runtime",
|
|
"version": "1.4.2",
|
|
"dependencies": {
|
|
"@penpot/plugin-types": "^1.4.2",
|
|
"ses": "^1.1.0",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"module": "./index.mjs",
|
|
"typings": "./index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build:watch": "vite build --watch --mode development",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"test": "vitest"
|
|
}
|
|
}
|