Add @yaakapp/cli dependency

This commit is contained in:
Gregory Schier
2024-09-09 12:11:37 -07:00
parent 63f391ea5f
commit 107fe46852
16 changed files with 463 additions and 4 deletions

View File

@@ -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"
}
}