fite/package.json

24 lines
639 B
JSON
Raw Normal View History

2022-09-05 19:42:46 +08:00
{
2023-03-01 10:59:47 +08:00
"name": "fite",
2022-09-05 19:42:46 +08:00
"type": "module",
2023-06-16 14:26:09 +08:00
"version": "1.1.11",
2022-10-10 15:16:31 +08:00
"bin": {
2023-03-01 10:59:47 +08:00
"fite": "index.js"
2022-10-10 15:16:31 +08:00
},
2023-03-28 12:06:12 +08:00
"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"
},
2022-09-05 19:42:46 +08:00
"dependencies": {
2022-11-03 18:22:42 +08:00
"@bytedo/sass": "^1.54.8",
2023-03-01 00:30:07 +08:00
"@vue/compiler-dom": "^3.2.47",
2022-12-29 17:07:33 +08:00
"chokidar": "^3.5.3",
2022-11-03 18:22:42 +08:00
"esbuild": "^0.15.13",
2023-01-17 18:43:05 +08:00
"iofs": "^1.5.2",
2023-02-01 10:51:33 +08:00
"kolorist": "^1.6.0",
2023-01-17 18:43:05 +08:00
"ws": "^8.12.0"
2023-02-24 16:08:18 +08:00
},
"engines": {
2023-03-01 00:30:07 +08:00
"node": ">=16.6.0"
2022-09-05 19:42:46 +08:00
}
}