feat: package.json updated to get desired npm package setup

This commit is contained in:
donosonaumczuk
2022-04-14 14:22:48 +01:00
parent ddd0a46eb4
commit 2bfb9e3c12

View File

@@ -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"
]
}