mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-02-25 12:04:56 +01:00
12 lines
229 B
JSON
12 lines
229 B
JSON
{
|
|
"name": "@yaakapp/plugins",
|
|
"repository": "https://github.com/yaakapp/plugins",
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "node scripts/build-plugins.cjs"
|
|
},
|
|
"devDependencies": {
|
|
"@yaakapp/cli": "^0.0.8"
|
|
}
|
|
}
|