UNPKG

@remediator/core

Version:
54 lines (53 loc) 1.23 kB
{ "name": "@remediator/core", "version": "1.6.8", "description": "Remix/React Router 7 Mediator", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "type": "module", "files": [ "dist" ], "scripts": { "test": "vitest", "test:run": "vitest run", "test:coverage": "vitest run --coverage", "build": "tsc", "start": "node dist/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Jeremy-Workease/ReMediator.git" }, "author": "jeremy@workease.net", "license": "ISC", "bugs": { "url": "https://github.com/Jeremy-Workease/ReMediator/issues" }, "homepage": "https://github.com/Jeremy-Workease/ReMediator#readme", "devDependencies": { "@types/node": "^24.0.12", "@types/webpack-env": "^1.18.8", "@vitest/coverage-v8": "^2.1.8", "typescript": "^5.8.3", "vite": "^7.0.4", "vitest": "^2.1.8" }, "publishConfig": { "access": "public" }, "keywords": [ "mediator", "remix", "react-router", "CQRS", "commands", "queries" ] }