Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lalalune committed Dec 11, 2024
1 parent 95e6ae7 commit e83f8c9
Show file tree
Hide file tree
Showing 2 changed files with 20,118 additions and 15,703 deletions.
54 changes: 27 additions & 27 deletions packages/client-linkedin/package.json
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
{
"name": "@ai16z/client-linkedin",
"version": "0.1.0-alpha.1",
"description": "LinkedIn client integration for AI16Z agents",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src --ext .ts"
},
"dependencies": {
"@ai16z/eliza": "workspace:*",
"linkedin-api": "^1.0.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"@ai16z/eliza": "workspace:*"
}
}
"name": "@ai16z/client-linkedin",
"version": "0.1.0-alpha.1",
"description": "LinkedIn client integration for AI16Z agents",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "jest",
"lint": "eslint src --ext .ts"
},
"dependencies": {
"@ai16z/eliza": "workspace:*",
"linkedin-api": "0.0.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.0.0",
"jest": "^29.0.0",
"typescript": "^5.0.0"
},
"peerDependencies": {
"@ai16z/eliza": "workspace:*"
}
}
Loading

0 comments on commit e83f8c9

Please sign in to comment.