|
10 | 10 | "build": "tsup",
|
11 | 11 | "dev": "tsup --watch",
|
12 | 12 | "start": "node dist/index.js",
|
13 |
| - "dev2": "node --inspect-brk --loader ts-node/esm src/index.ts", |
14 |
| - "start_ts": "node --loader ts-node/esm src/index.ts", |
| 13 | + "dbg": "node --inspect-brk --loader ts-node/esm src/index.ts", |
| 14 | + "dbg2": "node --inspect --loader ts-node/esm src/index.ts", |
| 15 | + "ts": "node --trace-warnings --trace-deprecation --loader ts-node/esm src/index.ts", |
15 | 16 | "clean": "rm -rf node_modules dist"
|
16 | 17 | },
|
17 | 18 | "keywords": [],
|
18 | 19 | "author": "",
|
19 | 20 | "license": "MIT",
|
20 |
| - "dependencies": { |
21 |
| - "@elizaos/plugin-bootstrap": "workspace:*", |
| 21 | + "dependencies": { |
22 | 22 | "@elizaos/core": "workspace:*",
|
23 |
| - |
| 23 | + "@elizaos/plugin-bootstrap": "workspace:*", |
| 24 | + "@hapi/shot": "^6.0.1", |
24 | 25 | "@octokit/rest": "^21.0.2",
|
25 |
| - "@typescript-eslint/parser": "8.26.0", |
26 |
| - "@typescript-eslint/types": "8.26.0", |
| 26 | + "@types/hapi": "^18.0.14", |
| 27 | + "@types/hapi__shot": "4.1.6", |
| 28 | + "@typescript-eslint/parser": "^8.26.0", |
| 29 | + "@typescript-eslint/types": "^8.26.0", |
27 | 30 | "@typescript-eslint/typescript-estree": "8.26.0",
|
28 | 31 | "agentkeepalive": "^4.6.0",
|
29 | 32 | "dotenv": "^16.4.7",
|
30 | 33 | "http": "0.0.1-security",
|
31 |
| - |
32 | 34 | "langchain": "^0.3.7",
|
33 | 35 | "langsmith": "^0.3.11",
|
34 | 36 | "punycode": "^2.3.1",
|
35 | 37 | "whatwg-url": "^14.1.1",
|
36 |
| - "yaml": "^2.3.4", |
37 |
| - "@hapi/shot": "^6.0.1", |
38 |
| - "@types/hapi__shot": "^6.0.0", |
39 |
| - "@types/hapi": "^18.0.14" |
| 38 | + "yaml": "^2.3.4" |
40 | 39 | },
|
41 | 40 | "devDependencies": {
|
42 | 41 | "@hapi/shot": "^6.0.1",
|
43 | 42 | "@types/hapi": "^18.0.14",
|
44 | 43 | "@types/hapi__shot": "^6.0.0",
|
45 |
| - "@types/node": "^20.17.10", |
| 44 | + "@types/node": "^20.17.19", |
| 45 | + "@typescript-eslint/parser": "^8.26.0", |
| 46 | + "@typescript-eslint/types": "^8.26.0", |
46 | 47 | "ts-node": "^10.9.2",
|
47 | 48 | "tsup": "^8.3.5",
|
48 | 49 | "typescript": "5.3.3"
|
|
0 commit comments