feat: add plugin

This commit is contained in:
Alexander Navarro 2025-02-19 09:05:46 -03:00
parent b7452c7996
commit fa09b9e48a
5 changed files with 236 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "bun-plugin-sass",
"version": "0.0.0",
"module": "index.ts",
"type": "module",
"scripts": {
"ci:publish": "bun publish --production --frozen-lockfile --silent"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
}
}