20 lines
337 B
JSON
20 lines
337 B
JSON
{
|
|
"name": "@bytedo/vue-live",
|
|
"type": "module",
|
|
"version": "0.3.1",
|
|
"bin": {
|
|
"vue-live": "index.js"
|
|
},
|
|
"dependencies": {
|
|
"@bytedo/sass": "^1.54.8",
|
|
"chokidar": "^3.5.3",
|
|
"esbuild": "^0.15.13",
|
|
"iofs": "^1.5.2",
|
|
"kolorist": "^1.6.0",
|
|
"ws": "^8.12.0"
|
|
},
|
|
"engines": {
|
|
"node": "^16.6.0"
|
|
}
|
|
}
|