Messenger/packages/core/package.json
Заид Омар Медхат | Zaid Omar Medhat 62f20f8843 init
2026-07-10 13:31:12 +05:00

17 lines
369 B
JSON

{
"name": "@altricade/core",
"version": "0.0.0",
"private": true,
"type": "module",
"exports": {
".": "./src/index.ts",
"./channels": "./src/channels/index.ts",
"./events": "./src/events/index.ts",
"./types": "./src/types/index.ts"
},
"scripts": {
"build": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"lint": "eslint ."
}
}