dario-baumberger_obsidian-j.../package.json
2025-09-25 14:57:39 +02:00

33 lines
1 KiB
JSON

{
"name": "obsidian-json-table",
"version": "1.0.4",
"description": "Simply switch between JSON and tables. Generate a table from a JSON string or a URL (which returns JSON) in your notes. Generate JSON from a table in your notes.",
"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",
"test": "vitest",
"lint": "npx eslint",
"prettier": "npx prettier .",
"coverage": "vitest run --coverage"
},
"keywords": [],
"author": "Dario Baumberger",
"license": "MIT",
"devDependencies": {
"@types/node": "^20.16.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0 ",
"@vitest/coverage-v8": "^3.2.4",
"builtin-modules": "3.3.0",
"esbuild": "^0.25.10",
"eslint": "^8.57.0",
"jest": "^29.7.0",
"obsidian": "^1.6.6",
"prettier": "^3.3.3",
"tslib": "2.6.2",
"typescript": "5.3.3",
"vitest": "^3.2.4"
}
}