mirror of
https://github.com/narthur/research-quest.git
synced 2026-07-22 11:40:25 +00:00
38 lines
No EOL
1.1 KiB
JSON
38 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "research-quest",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "vitest",
|
|
"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",
|
|
"lint": "eslint .",
|
|
"checkTs": "tsc --noEmit",
|
|
"validate": "npm run lint && npm run checkTs && npm run test -- --run"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.17.0",
|
|
"@tsconfig/svelte": "^5.0.4",
|
|
"@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",
|
|
"eslint": "^9.17.0",
|
|
"globals": "^15.14.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",
|
|
"typescript-eslint": "^8.18.2",
|
|
"vitest": "^2.1.8",
|
|
"uuid": "^11.0.5"
|
|
}
|
|
} |