Files
xevion.dev/packages/types/package.json
Xevion af81d8e048 refactor: large refactor around monorepo
Just a commit point while I'm testing stuff. Already decided at this
point to simplify and revert away from PayloadCMS.
2026-01-04 13:18:34 -06:00

22 lines
434 B
JSON

{
"name": "@xevion/types",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"type-check": "tsc --noEmit",
"clean": "rm -rf dist .turbo node_modules *.tsbuildinfo"
},
"devDependencies": {
"@xevion/typescript-config": "workspace:*"
}
}