|
6 | 6 | "scripts": {
|
7 | 7 | "start_prof": "node --heap-prof --cpu-prof --prof --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts",
|
8 | 8 | "start_debug": "node --inspect-brk=0.0.0.0:9229 --require mytracing.js --loader ts-node/esm src/index.ts",
|
9 |
| - "start": "node --loader ts-node/esm src/index.ts", |
| 9 | + "start": "node --loader ts-node/esm src/index.ts", |
10 | 10 | "dev": "node --loader ts-node/esm src/index.ts",
|
11 | 11 | "check-types": "tsc --noEmit",
|
12 | 12 | "test": "jest"
|
|
20 | 20 | "exec": "node --enable-source-maps --loader ts-node/esm src/index.ts"
|
21 | 21 | },
|
22 | 22 | "dependencies": {
|
23 |
| - "eliza-plugin-promptbook": "workspace:*", |
| 23 | + "@elizaos-plugins/client-twitter": "workspace:*", |
| 24 | + "@elizaos-plugins/plugin-twitter": "workspace:*", |
24 | 25 | "@elizaos/client-direct": "workspace:*",
|
25 |
| - "@elizaos-plugins/client-twitter" : "workspace:*", |
26 | 26 | "@elizaos/core": "workspace:*",
|
27 | 27 | "@elizaos/plugin-bootstrap": "workspace:*",
|
28 |
| - "@elizaos-plugins/plugin-twitter": "workspace:*", |
29 |
| - "agent-twitter-client": "workspace:*", |
30 | 28 | "@hapi/shot": "^6.0.1",
|
31 | 29 | "@opentelemetry/api": "^1.6.0",
|
32 | 30 | "@opentelemetry/auto-instrumentations-node": "^0.39.4",
|
33 | 31 | "@opentelemetry/sdk-node": "^0.45.0",
|
34 | 32 | "@types/hapi": "^18.0.14",
|
35 | 33 | "@types/hapi__shot": "^6.0.0",
|
| 34 | + "agent-twitter-client": "workspace:*", |
| 35 | + "eliza-plugin-promptbook": "workspace:*", |
36 | 36 | "readline": "1.3.0",
|
37 | 37 | "ws": "8.18.0",
|
38 | 38 | "yargs": "17.7.2"
|
|
0 commit comments