mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-16 05:56:47 +01:00
16 lines
322 B
JSON
16 lines
322 B
JSON
{
|
|
"name": "@yaakapp/plugins",
|
|
"repository": "https://github.com/yaakapp/plugins",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node scripts/build-plugins.cjs",
|
|
"test": "vitest run",
|
|
"lint": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"jsonpath": "^1.1.1",
|
|
"vitest": "^2.0.4",
|
|
"typescript": "^5.5.2"
|
|
}
|
|
}
|