mirror of
https://github.com/penpot/penpot.git
synced 2026-08-29 08:08:46 +00:00
21 lines
612 B
JSON
21 lines
612 B
JSON
{
|
|
"name": "@penpot/plugins-runtime",
|
|
"version": "1.5.0",
|
|
"dependencies": {
|
|
"@penpot/plugin-types": "workspace:^",
|
|
"ses": "^2.1.0",
|
|
"zod": "^3.25.76"
|
|
},
|
|
"module": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"build:watch": "vite build --watch --mode development",
|
|
"preview": "vite preview",
|
|
"lint": "eslint .",
|
|
"test": "vitest"
|
|
},
|
|
"packageManager": "pnpm@12.0.0+sha512.9e2e3dc3911995868dc94b8175c217c27e95408fa03b4a22749778f2b34f773b77cdd3b39ede8171b22fcd53be6a35342e9fac9948a68ef58df6488ce89a7e67"
|
|
}
|