mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 00:49:17 +01:00
Merge plugins repo into mono
This commit is contained in:
25
plugins_/_package.json
Normal file
25
plugins_/_package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"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",
|
||||
"@yaakapp/cli": "^0.1.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yaakapp/api": "^0.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user