mirror of
https://github.com/bnchiang96/xiaohongshu-importer.git
synced 2026-07-22 05:42:21 +00:00
18 lines
385 B
JSON
18 lines
385 B
JSON
{
|
|
"name": "xiaohongshu-importer",
|
|
"version": "1.0.1",
|
|
"description": "Import Xiaohongshu (小红书) notes with media and categorization.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"keywords": [],
|
|
"author": "bnchiang96",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"obsidian": "^1.0.0",
|
|
"tslib": "^2.3.1",
|
|
"typescript": "^4.4.4"
|
|
}
|
|
}
|