Skip to content

Commit

Permalink
Merge pull request #2930 from elizaOS/fix/plugin-lens-network
Browse files Browse the repository at this point in the history
fix: invalid npm package naming convention
  • Loading branch information
shakkernerd authored Jan 28, 2025
2 parents 0f04f16 + e2527c8 commit c9157d1
Showing 1 changed file with 35 additions and 35 deletions.
70 changes: 35 additions & 35 deletions packages/plugin-lensNetwork/package.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"name": "@elizaos/plugin-lensNetwork",
"version": "0.1.9",
"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": "workspace:*",
"tsup": "^8.3.5",
"web3": "^4.15.0",
"@lens-network/sdk": "^0.0.0-canary-20241203140504",
"dotenv": "^16.0.3",
"ethers": "^6.0.0",
"zksync-ethers": "^6.0.0"
},
"scripts": {
"build": "tsup --format esm --dts",
"lint": "eslint --fix --cache ."
},
"peerDependencies": {
"whatwg-url": "7.1.0"
}
"name": "@elizaos/plugin-lens-network",
"version": "0.1.9",
"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": "workspace:*",
"tsup": "^8.3.5",
"web3": "^4.15.0",
"@lens-network/sdk": "^0.0.0-canary-20241203140504",
"dotenv": "^16.0.3",
"ethers": "^6.0.0",
"zksync-ethers": "^6.0.0"
},
"scripts": {
"build": "tsup --format esm --dts",
"lint": "eslint --fix --cache ."
},
"peerDependencies": {
"whatwg-url": "7.1.0"
}
}

0 comments on commit c9157d1

Please sign in to comment.