18 lines
319 B
JSON
18 lines
319 B
JSON
{
|
|
"name": "@repo/brand",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./public/*": "./public/*"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"devDependencies": {
|
|
"@repo/typescript-config": "workspace:*",
|
|
"typescript": "5.5.4"
|
|
}
|
|
}
|