File tree 2 files changed +34
-27
lines changed
2 files changed +34
-27
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " @ai16z/client-twitter" ,
3
- "version" : " 0.1.6" ,
4
- "main" : " dist/index.js" ,
5
- "type" : " module" ,
6
- "types" : " dist/index.d.ts" ,
7
- "dependencies" : {
8
- "@ai16z/eliza" : " workspace:*" ,
9
- "agent-twitter-client" : " 0.0.16 " ,
10
- "glob" : " 11.0.0" ,
11
- "zod" : " 3.23.8"
12
- },
13
- "devDependencies" : {
14
- "tsup" : " 8.3.5"
15
- },
16
- "scripts" : {
17
- "build" : " tsup --format esm --dts" ,
18
- "dev" : " tsup --format esm --dts --watch" ,
19
- "lint" : " eslint --fix --cache ."
20
- },
21
- "peerDependencies" : {
22
- "whatwg-url" : " 7.1.0"
23
- }
2
+ "name" : " @ai16z/client-twitter" ,
3
+ "version" : " 0.1.6" ,
4
+ "main" : " dist/index.js" ,
5
+ "type" : " module" ,
6
+ "types" : " dist/index.d.ts" ,
7
+ "dependencies" : {
8
+ "@ai16z/eliza" : " workspace:*" ,
9
+ "agent-twitter-client" : " 0.0.17 " ,
10
+ "glob" : " 11.0.0" ,
11
+ "zod" : " 3.23.8"
12
+ },
13
+ "devDependencies" : {
14
+ "tsup" : " 8.3.5"
15
+ },
16
+ "scripts" : {
17
+ "build" : " tsup --format esm --dts" ,
18
+ "dev" : " tsup --format esm --dts --watch" ,
19
+ "lint" : " eslint --fix --cache ."
20
+ },
21
+ "peerDependencies" : {
22
+ "whatwg-url" : " 7.1.0"
23
+ }
24
24
}
You can’t perform that action at this time.
0 commit comments