Skip to content

Commit 2bdcee8

Browse files
committed
fix: update package name to match repository name
1 parent 6bafbcd commit 2bdcee8

1 file changed

Lines changed: 51 additions & 51 deletions

File tree

package.json

Lines changed: 51 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,54 @@
11
{
2-
"name": "@elizaos/plugin-evm",
3-
"version": "0.1.9",
4-
"type": "module",
5-
"main": "dist/index.js",
6-
"module": "dist/index.js",
7-
"types": "dist/index.d.ts",
8-
"exports": {
9-
"./package.json": "./package.json",
10-
".": {
11-
"import": {
12-
"@elizaos/source": "./src/index.ts",
13-
"types": "./dist/index.d.ts",
14-
"default": "./dist/index.js"
15-
}
2+
"name": "@elizaos-plugins/plugin-evm",
3+
"version": "0.1.9",
4+
"type": "module",
5+
"main": "dist/index.js",
6+
"module": "dist/index.js",
7+
"types": "dist/index.d.ts",
8+
"exports": {
9+
"./package.json": "./package.json",
10+
".": {
11+
"import": {
12+
"@elizaos/source": "./src/index.ts",
13+
"types": "./dist/index.d.ts",
14+
"default": "./dist/index.js"
15+
}
16+
}
17+
},
18+
"files": [
19+
"dist"
20+
],
21+
"dependencies": {
22+
"@elizaos/plugin-tee": "workspace:*",
23+
"@lifi/data-types": "5.15.5",
24+
"@lifi/sdk": "3.4.1",
25+
"@lifi/types": "16.3.0",
26+
"tsup": "8.3.5"
27+
},
28+
"devDependencies": {
29+
"@biomejs/biome": "1.9.4"
30+
},
31+
"scripts": {
32+
"build": "tsup --format esm --dts",
33+
"dev": "tsup --format esm --dts --watch",
34+
"test": "vitest run",
35+
"lint": "biome lint .",
36+
"lint:fix": "biome check --apply .",
37+
"format": "biome format .",
38+
"format:fix": "biome format --write ."
39+
},
40+
"peerDependencies": {
41+
"whatwg-url": "7.1.0"
42+
},
43+
"agentConfig": {
44+
"pluginType": "elizaos:plugin:1.0.0",
45+
"pluginParameters": {
46+
"EVM_PRIVATE_KEY": {
47+
"type": "string"
48+
},
49+
"EVM_PROVIDER_URL": {
50+
"type": "string"
51+
}
52+
}
1653
}
17-
},
18-
"files": [
19-
"dist"
20-
],
21-
"dependencies": {
22-
"@elizaos/plugin-tee": "workspace:*",
23-
"@lifi/data-types": "5.15.5",
24-
"@lifi/sdk": "3.4.1",
25-
"@lifi/types": "16.3.0",
26-
"tsup": "8.3.5"
27-
},
28-
"devDependencies": {
29-
"@biomejs/biome": "1.9.4"
30-
},
31-
"scripts": {
32-
"build": "tsup --format esm --dts",
33-
"dev": "tsup --format esm --dts --watch",
34-
"test": "vitest run",
35-
"lint": "biome lint .",
36-
"lint:fix": "biome check --apply .",
37-
"format": "biome format .",
38-
"format:fix": "biome format --write ."
39-
},
40-
"peerDependencies": {
41-
"whatwg-url": "7.1.0"
42-
},
43-
"agentConfig": {
44-
"pluginType": "elizaos:plugin:1.0.0",
45-
"pluginParameters": {
46-
"EVM_PRIVATE_KEY": {
47-
"type": "string"
48-
},
49-
"EVM_PROVIDER_URL": {
50-
"type": "string"
51-
}
52-
}
53-
}
5454
}

0 commit comments

Comments
 (0)