Files
halo-plugin-comment/packages/widget/package.json
T
2026-03-16 00:03:35 +08:00

13 lines
219 B
JSON

{
"scripts": {
"build": "tsc && rslib build",
"dev": "rslib build --watch"
},
"dependencies": {
"@halo-dev/comment-widget": "workspace:*"
},
"devDependencies": {
"@rslib/core": "^0.12.1"
}
}