Skip to content

Commit

Permalink
Add watch command (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Corb3nik authored Jan 3, 2025
1 parent 9f2f3ed commit a598b1a
Show file tree
Hide file tree
Showing 7 changed files with 879 additions and 9 deletions.
13 changes: 9 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@caido-community/dev",
"version": "0.0.1",
"version": "0.0.2",
"description": "Development tools for building Caido plugins",
"type": "module",
"bin": {
Expand All @@ -27,16 +27,21 @@
"dependencies": {
"@caido/plugin-manifest": "0.2.1",
"chalk": "5.4.1",
"chokidar": "4.0.3",
"commander": "13.0.0",
"express": "5.0.0",
"jiti": "2.4.2",
"jszip": "3.10.1",
"tsup": "8.3.5",
"vite": "6.0.6",
"jiti": "2.4.2",
"vitest": "2.1.8",
"zod": "3.24.1",
"tsup": "8.3.5"
"ws": "8.18.0",
"zod": "3.24.1"
},
"devDependencies": {
"@types/express": "5.0.0",
"@types/node": "22.10.2",
"@types/ws": "8.5.13",
"prettier": "3.4.2",
"tsup": "8.3.5",
"tsx": "4.19.2",
Expand Down
Loading

0 comments on commit a598b1a

Please sign in to comment.