mirror of
https://github.com/sophokles187/data-cards.git
synced 2026-07-22 12:30:26 +00:00
28 lines
868 B
JSON
28 lines
868 B
JSON
{
|
|
"name": "obsidian-data-cards",
|
|
"version": "1.0.0-beta.2",
|
|
"description": "Transform Dataview query results into visually appealing, customizable card layouts.",
|
|
"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"
|
|
},
|
|
"keywords": ["obsidian", "dataview", "cards", "visualization"],
|
|
"author": "Sophokles187",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Sophokles187/data-cards"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"builtin-modules": "3.3.0",
|
|
"esbuild": "^0.25.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|