Files
bun.sh/packages/bun-plugin-lightningcss/package.json
Colin McDonnell a52715597a Add plugins for yaml & RSC (#2888)
* WIP

* WIP

* Add yaml plugin

* Publish v0.0.1

* Updates

* Start RSC plugin - not finished

* Add readme

* Updates

* Add shell dirs for a few other plugins
2023-05-15 20:37:03 -07:00

11 lines
167 B
JSON

{
"name": "bun-plugin-lightningcss",
"version": "0.0.1-alpha.0",
"module": "index.ts",
"type": "module",
"files": [
"index.ts",
"package.json"
]
}