mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* 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
11 lines
167 B
JSON
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"
|
|
]
|
|
}
|