Skip to content

Commit 6c44746

Browse files
committed
updated project dependencies
1 parent 09aaf76 commit 6c44746

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@
1616
"type": "git",
1717
"url": "git+https://github.com/itzdrli/speech-control.git"
1818
},
19+
"scripts": {
20+
"build": "yakumo build"
21+
},
1922
"license": "MIT",
2023
"keywords": [
2124
"chatbot",
@@ -24,5 +27,16 @@
2427
],
2528
"peerDependencies": {
2629
"koishi": "^4.18.7"
30+
},
31+
"devDependencies": {
32+
"@types/node": "^20.8.10",
33+
"esbuild": "^0.25.3",
34+
"koishi": "^4.15.0",
35+
"tsc": "^2.0.4",
36+
"typescript": "^5.2.2",
37+
"yakumo": "^1.0.0",
38+
"yakumo-esbuild": "^1.0.0",
39+
"yakumo-tsc": "^1.0.0",
40+
"yml-register": "^1.2.5"
2741
}
2842
}

0 commit comments

Comments
 (0)