{ "name": "sqlseal-charts", "version": "0.1.0", "description": "Chart extension for SQLSeal Obsidian plugin", "main": "main.js", "scripts": { "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", "typecheck": "tsc -noEmit -skipLibCheck", "test": "jest", "test:watch": "jest --watch" }, "keywords": [ "obsidian", "plugin", "sqlseal", "charts", "visualisation" ], "repository": { "type": "github", "url": "https://github.com/h-sphere/sql-seal-charts" }, "author": "Kacper Kula", "license": "MIT", "devDependencies": { "@types/acorn": "^6.0.4", "@types/estree": "^1.0.6", "@types/jest": "^29.5.14", "@types/node": "^22.12.0", "@typescript-eslint/eslint-plugin": "^8.22.0", "@typescript-eslint/parser": "^8.22.0", "builtin-modules": "^4.0.0", "esbuild": "^0.24.2", "jest": "^29.7.0", "obsidian": "^1.7.2", "ts-jest": "^29.2.5", "tslib": "^2.8.1", "typescript": "^5.7.3" }, "dependencies": { "@hypersphere/sqlseal": "^0.21.0", "@types/leaflet": "^1.9.16", "@types/lodash": "^4.17.15", "@vanakat/plugin-api": "^0.2.1", "acorn": "^8.14.0", "echarts": "^5.6.0", "echarts-gl": "^2.0.9", "json5": "^2.2.3", "lodash": "^4.17.21", "zod": "^3.24.1" } }