12 lines
333 B
JSON
Raw Permalink Normal View History

{
"name": "notion-sync",
"version": "1.0.0",
"description": "Notion同步工具用于铸渊读取Notion页面内容并生成上下文快照",
"main": "sync.js",
"scripts": {
"sync": "node sync.js"
},
"keywords": ["notion", "sync", "zhuyuan", "hololake"],
"author": "铸渊 (ICE-GL-ZY001)",
"license": "MIT"
}