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

24 lines
482 B
JSON

{
"name": "@zeavis/shared",
"version": "0.1.0",
"private": true,
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./app-status": {
"types": "./dist/app-status.d.ts",
"default": "./dist/app-status.js"
}
},
"scripts": {
"build": "tsc --project tsconfig.build.json",
"typecheck": "tsc --project tsconfig.json"
},
"devDependencies": {
"typescript": "^5.6.3"
}
}