{ "name": "shapex", "version": "2.2.0", "description": "A scalable event-driven application framework.", "author": "Asko Nõmm (https://nmm.ee)", "main": "dist/shapex.cjs", "module": "dist/shapex.js", "types": "dist/shapex.d.ts", "exports": { "import": { "types": "./dist/shapex.d.ts", "default": "./dist/shapex.js" }, "require": { "types": "./dist/shapex.d.cts", "default": "./dist/shapex.cjs" } }, "type": "module", "license": "MIT", "keywords": [ "framework", "pubsub", "events", "subscriptions" ], "bugs": { "url": "https://github.com/tryshapex/shapex/issues", "email": "asko@nmm.ee" }, "repository": { "type": "git", "url": "git+https://github.com/tryshapex/shapex.git" }, "scripts": { "bundle": "tsup src/shapex.ts", "test": "vitest", "coverage": "vitest run --coverage" }, "devDependencies": { "@types/node": "^22.10.10", "@vitest/coverage-v8": "^3.2.4", "@vitest/ui": "^3.2.4", "tsup": "^8.3.5", "typescript": "^5.7.3", "vite": "^7.0.4", "vitest": "^3.2.4" } }