mirror of
https://github.com/rifts-obsidian-laboratory/anki-integration.git
synced 2026-07-22 05:42:50 +00:00
30 lines
979 B
JSON
30 lines
979 B
JSON
{
|
|
"name": "obsidian-anki-integration",
|
|
"version": "1.4.3",
|
|
"description": "An Obsidian Plugin allowing to create Anki Flashcards in different ways.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/NoahBoos/obsidian-anki-integration.git"
|
|
},
|
|
"author": "Noah Boos AKA Rift",
|
|
"license": "Rift Open Source Software License v2.0",
|
|
"bugs": {
|
|
"url": "https://github.com/NoahBoos/obsidian-anki-integration/issues"
|
|
},
|
|
"homepage": "https://github.com/NoahBoos/obsidian-anki-integration#readme",
|
|
"devDependencies": {
|
|
"@types/node": "^22.13.9",
|
|
"@typescript-eslint/eslint-plugin": "^8.26.0",
|
|
"@typescript-eslint/parser": "^8.26.0",
|
|
"builtin-modules": "^5.0.0",
|
|
"esbuild": "^0.25.0",
|
|
"obsidian": "^1.8.7",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.2"
|
|
}
|
|
}
|