12 lines
333 B
JSON
12 lines
333 B
JSON
{
|
||
"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"
|
||
} |