aboutsummaryrefslogtreecommitdiffstats
path: root/packages/shared/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/shared/package.json')
-rw-r--r--packages/shared/package.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/packages/shared/package.json b/packages/shared/package.json
index d741b70f..d412301a 100644
--- a/packages/shared/package.json
+++ b/packages/shared/package.json
@@ -10,18 +10,21 @@
"meilisearch": "^0.37.0",
"ollama": "^0.5.9",
"openai": "^4.67.1",
+ "typescript-parsec": "^0.3.4",
"winston": "^3.11.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@hoarder/eslint-config": "workspace:^0.2.0",
"@hoarder/prettier-config": "workspace:^0.1.0",
- "@hoarder/tsconfig": "workspace:^0.1.0"
+ "@hoarder/tsconfig": "workspace:^0.1.0",
+ "vitest": "^1.3.1"
},
"scripts": {
"typecheck": "tsc --noEmit",
"format": "prettier . --ignore-path ../../.prettierignore",
- "lint": "eslint ."
+ "lint": "eslint .",
+ "test": "vitest"
},
"main": "index.ts",
"eslintConfig": {