Messenger/packages/core/package.json
Заид Омар Медхат | Zaid Omar Medhat 1fda5394c3 auth
2026-07-10 14:16:10 +05:00

21 lines
471 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",
"./schemas": "./src/schemas/index.ts"
},
"scripts": {
"build": "tsc --noEmit",
"typecheck": "tsc --noEmit",
"lint": "eslint ."
},
"dependencies": {
"json-schema-to-ts": "^3.1.1"
}
}