-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.32 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "plugin-memeooorr",
"version": "0.1.7",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"@elizaos/source": "./src/index.ts",
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"files": [
"dist"
],
"dependencies": {
"@elizaos/core": "0.1.7",
"safe-client": "workspace:*",
"agent-twitter-client": "^0.0.18",
"@safe-global/protocol-kit": "5.2.2",
"@safe-global/types-kit": "1.0.2",
"@safe-global/sdk-starter-kit": "1.1.5",
"node-cache": "^5.1.2",
"tsup": "8.3.5",
"viem": "2.23.0",
"ws": "^8.0.0",
"fs": "0.0.1-security"
},
"devDependencies": {
"@types/node": "22.13.1",
"typescript": "5.7.3",
"ts-node": "10.9.2",
"tsc-alias": "1.8.8"
},
"scripts": {
"build": "tsup --format esm --no-dts",
"dev": "tsup --format esm --dts --watch"
},
"peerDependencies": {
"@goat-sdk/core": "0.3.4",
"whatwg-url": "7.1.0",
"zod": "3.23.8"
},
"publishConfig": {
"access": "public"
},
"packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}