24 lines
468 B
JSON
24 lines
468 B
JSON
{
|
|
"name": "@cms/content",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./rbac": "./src/rbac.ts"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"lint": "biome check src",
|
|
"typecheck": "tsc -p tsconfig.json --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"zod": "4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@cms/config": "workspace:*",
|
|
"@biomejs/biome": "2.3.14",
|
|
"typescript": "5.9.3"
|
|
}
|
|
}
|