9 lines
142 B
JSON
9 lines
142 B
JSON
{
|
|
"name": "@cvsa/frontend",
|
|
"tasks": {
|
|
"preview": "bun run astro preview",
|
|
"build": "bun run astro build"
|
|
},
|
|
"exports": "./main.ts"
|
|
}
|