From 2bfb9e3c12fa563f54622d7ebfd78ab522de7e40 Mon Sep 17 00:00:00 2001 From: donosonaumczuk Date: Thu, 14 Apr 2022 14:22:48 +0100 Subject: [PATCH] feat: package.json updated to get desired npm package setup --- package.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index e61b62c..7f21462 100644 --- a/package.json +++ b/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" + ] }