narthur_research-quest/package.json
Nathan Arthur 601f4594dd add tests
2024-12-24 12:03:38 -05:00

33 lines
No EOL
931 B
JSON

{
"name": "research-quest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "vitest",
"test:watch": "vitest watch",
"test:coverage": "vitest run --coverage",
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
"version": "node version-bump.mjs && git add manifest.json versions.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@tsconfig/svelte": "^5.0.4",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"builtin-modules": "^4.0.0",
"esbuild": "^0.24.2",
"esbuild-svelte": "^0.9.0",
"obsidian": "^1.7.2",
"openai": "^4.77.0",
"svelte": "^4.2.12",
"svelte-preprocess": "^6.0.3",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
}
}