mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 09:08:32 +02:00
Add @yaakapp/cli dependency
This commit is contained in:
@@ -5,12 +5,13 @@
|
||||
"scripts": {
|
||||
"build": "yaakcli build ./src/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yaakapp/api": "^0.1.14"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.14.9",
|
||||
"typescript": "^5.5.2",
|
||||
"vitest": "^1.4.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@yaakapp/api": "^0.1.14"
|
||||
"vitest": "^1.4.0",
|
||||
"@yaakapp/cli": "^0.0.42"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user