2024-04-19 14:53:50 +00:00
|
|
|
{
|
2024-05-12 19:01:30 +00:00
|
|
|
"name": "sqlseal",
|
2025-09-18 10:21:12 +00:00
|
|
|
"version": "0.39.1",
|
2024-05-03 20:18:13 +00:00
|
|
|
"description": "A plugin for Obsidian that allows you to run SQL queries on your notes.",
|
2024-05-01 21:54:41 +00:00
|
|
|
"main": "main.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "node esbuild.config.mjs",
|
2024-05-03 20:33:19 +00:00
|
|
|
"typecheck": "tsc -noEmit -skipLibCheck",
|
2025-03-21 17:07:44 +00:00
|
|
|
"build": "node --no-warnings esbuild.config.mjs production",
|
2024-05-01 21:54:41 +00:00
|
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json",
|
2025-05-17 11:26:17 +00:00
|
|
|
"release": "pnpm run build && changeset publish",
|
2024-05-01 21:54:41 +00:00
|
|
|
"docs:dev": "vitepress dev docs",
|
|
|
|
|
"docs:build": "vitepress build docs",
|
2024-08-25 12:12:16 +00:00
|
|
|
"docs:preview": "vitepress preview docs",
|
2026-03-22 18:01:03 +00:00
|
|
|
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
|
2025-05-22 10:22:36 +00:00
|
|
|
"ci:publish": "./scripts/tag-and-publish.sh",
|
2025-05-22 14:20:28 +00:00
|
|
|
"ci:version": "changeset version && pnpm run version"
|
2024-05-01 21:54:41 +00:00
|
|
|
},
|
2025-02-05 14:27:40 +00:00
|
|
|
"keywords": [
|
|
|
|
|
"Obsidian",
|
|
|
|
|
"SQLite",
|
|
|
|
|
"note-taking",
|
|
|
|
|
"TypeScript"
|
|
|
|
|
],
|
2024-05-01 21:54:41 +00:00
|
|
|
"author": "",
|
|
|
|
|
"license": "MIT",
|
|
|
|
|
"devDependencies": {
|
2025-08-13 10:20:12 +00:00
|
|
|
"@changesets/cli": "^2.29.5",
|
2026-03-22 18:01:03 +00:00
|
|
|
"@jest/globals": "^30.3.0",
|
2025-03-14 15:37:44 +00:00
|
|
|
"@types/esprima": "^4.0.6",
|
|
|
|
|
"@types/estraverse": "^5.1.7",
|
2025-08-13 10:20:12 +00:00
|
|
|
"@types/jest": "^30.0.0",
|
|
|
|
|
"@types/lodash": "^4.17.20",
|
|
|
|
|
"@types/node": "^24.2.1",
|
2025-05-16 22:15:04 +00:00
|
|
|
"@types/papaparse": "^5.3.16",
|
2026-03-22 18:01:03 +00:00
|
|
|
"@types/unidecode": "^1.1.0",
|
2025-08-13 10:20:12 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "8.39.1",
|
|
|
|
|
"@typescript-eslint/parser": "8.39.1",
|
2025-05-06 13:38:22 +00:00
|
|
|
"builtin-modules": "5.0.0",
|
2025-08-13 10:20:12 +00:00
|
|
|
"esbuild": "0.25.9",
|
2024-05-01 21:54:41 +00:00
|
|
|
"esbuild-plugin-replace": "^1.4.0",
|
2025-05-17 18:24:49 +00:00
|
|
|
"esbuild-sass-plugin": "^3.3.1",
|
2025-08-13 10:20:12 +00:00
|
|
|
"jest": "^30.0.5",
|
2025-05-06 13:38:22 +00:00
|
|
|
"obsidian": "^1.8.7",
|
2025-08-13 10:20:12 +00:00
|
|
|
"prettier": "3.6.2",
|
|
|
|
|
"ts-jest": "^29.4.1",
|
2024-11-24 11:59:57 +00:00
|
|
|
"tslib": "2.8.1",
|
2025-08-13 10:20:12 +00:00
|
|
|
"typescript": "5.9.2",
|
2025-08-15 14:11:39 +00:00
|
|
|
"vitepress": "2.0.0-alpha.11",
|
2025-08-13 10:20:12 +00:00
|
|
|
"vue": "^3.5.18"
|
2024-05-01 21:54:41 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2025-08-13 10:20:12 +00:00
|
|
|
"@ag-grid-community/theming": "^32.3.9",
|
|
|
|
|
"@codemirror/language": "^6.11.2",
|
2025-05-06 13:38:22 +00:00
|
|
|
"@codemirror/state": "^6.5.2",
|
2025-08-13 10:20:12 +00:00
|
|
|
"@codemirror/view": "^6.38.1",
|
2026-03-22 18:01:03 +00:00
|
|
|
"@hypersphere/dity": "^0.1.4",
|
2025-09-18 10:18:22 +00:00
|
|
|
"@hypersphere/dity-graph": "^0.0.11",
|
2025-01-08 19:58:14 +00:00
|
|
|
"@hypersphere/omnibus": "^0.1.6",
|
2025-01-24 16:34:42 +00:00
|
|
|
"@types/jsonpath": "^0.2.4",
|
2025-01-29 22:36:19 +00:00
|
|
|
"@vanakat/plugin-api": "^0.2.1",
|
2025-08-13 10:20:12 +00:00
|
|
|
"ag-grid-community": "^34.1.1",
|
2024-12-16 14:43:12 +00:00
|
|
|
"comlink": "^4.4.2",
|
2024-12-20 11:35:37 +00:00
|
|
|
"esbuild-plugin-polyfill-node": "^0.3.0",
|
2025-03-14 15:37:44 +00:00
|
|
|
"esprima": "^4.0.1",
|
|
|
|
|
"estraverse": "^5.3.0",
|
2025-03-13 16:10:40 +00:00
|
|
|
"handlebars": "^4.7.8",
|
2024-09-01 13:01:54 +00:00
|
|
|
"json5": "^2.2.3",
|
2025-01-20 16:38:05 +00:00
|
|
|
"jsonpath": "^1.1.1",
|
2024-08-10 15:27:25 +00:00
|
|
|
"lodash": "^4.17.21",
|
2024-11-24 11:59:57 +00:00
|
|
|
"markdown-table-ts": "^1.0.3",
|
2025-08-13 10:20:12 +00:00
|
|
|
"mermaid": "11.9.0",
|
|
|
|
|
"ohm-js": "^17.2.1",
|
2025-06-04 15:16:56 +00:00
|
|
|
"papaparse": "^5.5.3",
|
2025-05-06 13:38:22 +00:00
|
|
|
"sql-parser-cst": "^0.33.1",
|
2025-02-05 14:27:40 +00:00
|
|
|
"unidecode": "^1.1.0",
|
2025-01-08 19:58:14 +00:00
|
|
|
"util": "^0.12.5",
|
2026-03-22 18:01:03 +00:00
|
|
|
"uuid": "^11.1.0",
|
|
|
|
|
"wa-sqlite": "^1.0.0"
|
2024-05-01 21:54:41 +00:00
|
|
|
}
|
2024-04-19 14:53:50 +00:00
|
|
|
}
|