{ "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" } }