Files
zeavis-edu/packages/shared/package.json
T

17 lines
303 B
JSON
Raw Normal View History

2026-05-22 12:17:13 +00:00
{
"name": "@zeavis/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./app-status": "./src/app-status.ts"
},
"scripts": {
"typecheck": "tsc --project tsconfig.json"
},
"devDependencies": {
"typescript": "^5.6.3"
}
}