Add index file. Add prepare script

This commit is contained in:
2026-05-24 16:45:29 +02:00
parent ca933de6ce
commit fb64b1b2ea
4 changed files with 15 additions and 3 deletions

View File

@@ -1,11 +1,12 @@
{
"name": "ssesession",
"name": "sse-session",
"version": "0.0.1",
"description": "",
"scripts": {
"build": "tsc",
"test": "vitest run",
"test:watch": "vitest"
"test:watch": "vitest",
"prepare": "npm run build"
},
"files": [
"dist"