lc-bun-plugin
Version:
Some bun bundler plugins.
33 lines (32 loc) • 788 B
JSON
{
"name": "lc-bun-plugin",
"license": "MIT",
"version": "0.0.6",
"description": "Some bun bundler plugins.",
"main": "index.mjs",
"scripts": {
"play": "bun ./playground/build.mjs",
"server": "bun ./playground/server.mjs"
},
"repository": {
"type": "git",
"url": "https://github.com/lazycoffee/lc-bun-plugin.git"
},
"keywords": [
"bun",
"less",
"plugin"
],
"author": "elantion@gmail.com",
"bugs": {
"url": "https://github.com/lazycoffee/lc-bun-plugin/issues"
},
"homepage": "https://github.com/lazycoffee/lc-bun-plugin",
"dependencies": {
"less": "^4.2.2"
},
"devDependencies": {
"@types/bun": "^1.2.4",
"mime": "^4.0.6"
}
}