{ "name": "sse-session", "version": "0.0.1", "description": "", "scripts": { "build": "tsc", "test": "vitest run", "test:watch": "vitest", "prepare": "npm run build" }, "files": [ "dist" ], "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs" } }, "keywords": [], "author": "", "license": "ISC", "type": "module", "devDependencies": { "typescript": "^6.0.3", "vitest": "^4.1.7" } }