25 lines
658 B
JSON
25 lines
658 B
JSON
{
|
|
"name": "fite",
|
|
"type": "module",
|
|
"version": "1.4.4",
|
|
"bin": {
|
|
"fite": "index.js"
|
|
},
|
|
"scripts": {
|
|
"pack": "esbuild index.js --minify --bundle --format=esm --target=esnext --platform=node --external:@bytedo/sass --external:esbuild --external:iofs --external:@vue/compiler-dom --external:ws --external:chokidar --external:kolorist --outfile=dist/index.js"
|
|
},
|
|
"dependencies": {
|
|
"@bytedo/sass": "^1.54.8",
|
|
"@vue/compiler-dom": "^3.2.47",
|
|
"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"
|
|
},
|
|
"license": "MIT"
|
|
}
|