mirror of
https://github.com/aljazceru/opencode.git
synced 2025-12-24 11:14:23 +01:00
14 lines
226 B
JSON
14 lines
226 B
JSON
{
|
|
"name": "@opencode-ai/css",
|
|
"version": "0.15.2",
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.css",
|
|
"./*": "./src/*"
|
|
},
|
|
"scripts": {
|
|
"build": "bun run build.ts",
|
|
"dev": "bun run dev.ts"
|
|
}
|
|
}
|