mirror of
https://github.com/bnchiang96/xiaohongshu-importer.git
synced 2026-07-22 05:42:21 +00:00
24 lines
612 B
JSON
24 lines
612 B
JSON
{
|
|
"name": "xiaohongshu-importer",
|
|
"version": "1.1.3",
|
|
"description": "Import Xiaohongshu (小红书) notes with media and categorization into Obsidian.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "bnchiang96",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^18.0.0",
|
|
"esbuild": "^0.17.0",
|
|
"obsidian": "latest",
|
|
"tslib": "^2.4.0",
|
|
"typescript": "^5.0.0"
|
|
},
|
|
"dependencies": {
|
|
"obsidian": "latest"
|
|
}
|
|
}
|