mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-09 14:18:04 -05:00
feat: package.json updated to get desired npm package setup
This commit is contained in:
21
package.json
21
package.json
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lens-protocol",
|
||||
"name": "@lens-protocol/contracts",
|
||||
"version": "1.0.0",
|
||||
"description": "decentralized social media",
|
||||
"description": "Composable and decentralized social graph",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npm run compile && TRACK_GAS=true hardhat test",
|
||||
@@ -27,12 +27,12 @@
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@github.com:aave/lens-protocol.git"
|
||||
"url": "https://github.com/aave/lens-protocol"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/aave/lens-protocol/issues"
|
||||
},
|
||||
"homepage": "",
|
||||
"homepage": "https://github.com/aave/lens-protocol#readme",
|
||||
"devDependencies": {
|
||||
"@nomiclabs/hardhat-ethers": "2.0.2",
|
||||
"@nomiclabs/hardhat-etherscan": "2.1.8",
|
||||
@@ -83,5 +83,16 @@
|
||||
"Emilio Frangella",
|
||||
"David Racero"
|
||||
],
|
||||
"license": "AGPL-3.0-only"
|
||||
"license": "AGPL-3.0-only",
|
||||
"keywords": [
|
||||
"lens",
|
||||
"protocol",
|
||||
"aave",
|
||||
"social",
|
||||
"graph",
|
||||
"solidity",
|
||||
"evm",
|
||||
"contracts",
|
||||
"core"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user