27 lines
676 B
JSON
27 lines
676 B
JSON
{
|
|
"name": "@botpresshub/notion",
|
|
"scripts": {
|
|
"check:type": "tsc --noEmit",
|
|
"check:bplint": "bp lint",
|
|
"build": "bp add -y && bp build",
|
|
"test": "vitest --run"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@botpress/client": "workspace:*",
|
|
"@botpress/common": "workspace:*",
|
|
"@botpress/sdk": "workspace:*",
|
|
"@botpress/sdk-addons": "workspace:*",
|
|
"@notionhq/client": "^5.6.0",
|
|
"@tryfabric/martian": "^1.2.4",
|
|
"notion-to-md": "^4.0.0-alpha.4"
|
|
},
|
|
"devDependencies": {
|
|
"@botpress/cli": "workspace:*",
|
|
"@botpress/sdk": "workspace:*"
|
|
},
|
|
"bpDependencies": {
|
|
"files-readonly": "../../interfaces/files-readonly"
|
|
}
|
|
}
|