mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 19:24:22 +01:00
13 lines
193 B
JSON
13 lines
193 B
JSON
{
|
|
"name": "@opencode-ai/css",
|
|
"version": "0.15.4",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.css",
|
|
"./*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"dev": "bun run dev.ts"
|
|
}
|
|
}
|