Files
botpress--botpress/integrations/linkedin/package.json
T
2026-07-13 13:34:48 +08:00

20 lines
439 B
JSON

{
"name": "@botpresshub/linkedin",
"scripts": {
"build": "bp add -y && bp build",
"check:type": "tsc --noEmit",
"check:bplint": "bp lint"
},
"private": true,
"dependencies": {
"@botpress/sdk": "workspace:*"
},
"devDependencies": {
"@botpress/cli": "workspace:*",
"@botpress/client": "workspace:*",
"@botpress/common": "workspace:*",
"@types/node": "^22.16.4",
"typescript": "^5.6.3"
}
}