mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-17 14:37:05 +01:00
25 lines
570 B
JSON
25 lines
570 B
JSON
{
|
|
"name": "@yaakapp/plugins",
|
|
"repository": "https://github.com/yaakapp/plugins",
|
|
"workspaces": [
|
|
"plugins/*"
|
|
],
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "workspaces-run --parallel -- npm run --workspaces build",
|
|
"dev": "workspaces-run --parallel -- npm run --workspaces dev",
|
|
"test": "vitest run",
|
|
"lint": "tsc"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.7.4",
|
|
"jsonpath": "^1.1.1",
|
|
"typescript": "^5.6.2",
|
|
"vitest": "^2.0.4",
|
|
"workspaces-run": "^1.0.2"
|
|
},
|
|
"dependencies": {
|
|
"@yaakapp/api": "^0.5.1"
|
|
}
|
|
}
|