/
githubmirror
/
obsidian-importer
Обзор
Документация
Войти
/
githubmirror
/
obsidian-importer
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
package.json
58 строк
2 KB
Steph Ango
Replaces Evernote’s direct Node filesystem pipeline with Obsidian-native parsing, planning, and Vault writes (#620)
5 часов назад
Не верифицирован
5 часов назад
09793b5
Код
Авторство
О чём код?
{ "name": "obsidian-importer", "version": "2.3.0", "description": "Import data from Notion, Evernote, Apple Notes, Microsoft OneNote, Google Keep, Bear, Roam, Textbundle, CSV, and HTML files.", "main": "main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc --skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json package.json versions.json", "lint": "eslint src --fix", "lint:check": "eslint src", "lint:review": "eslint src -c eslint.review.config.mjs", "locales": "tsx scripts/locales.ts", "test": "node scripts/test.mjs", "e2e": "node scripts/e2e.mjs", "typecheck": "tsc -p tsconfig.typecheck.json --noEmit" }, "keywords": [], "author": "", "license": "MIT", "packageManager": "pnpm@10.20.0", "devDependencies": { "@eslint/js": "9.39.4", "@microsoft/microsoft-graph-types": "2.38.0", "@stylistic/eslint-plugin": "5.10.0", "@types/node": "20.19.27", "@types/sax": "1.2.7", "@types/turndown": "5.0.6", "esbuild": "0.25.4", "eslint": "9.39.4", "eslint-plugin-obsidianmd": "^0.4.1", "linkedom": "0.18.13", "moment": "2.30.1", "obsidian": "latest", "tslib": "2.4.0", "tsx": "4.23.5", "turndown": "7.2.4", "typescript": "5.9.3", "typescript-eslint": "8.59.3", "yaml": "^2.9.0" }, "dependencies": { "@joplin/turndown-plugin-gfm": "1.0.62", "@notionhq/client": "5.20.0", "@zip.js/zip.js": "2.7.60", "airtable": "^0.12.2", "mathml-to-latex": "^1.5.0", "plain-tag": "0.1.3", "protobufjs": "7.6.5", "sax": "1.6.0", "static-params": "0.4.0" }, "pnpm": { "overrides": { "esbuild": ">=0.28.1" } } }