mirror of
https://github.com/lens-protocol/core.git
synced 2026-01-08 05:43:57 -05:00
89 lines
2.5 KiB
JSON
89 lines
2.5 KiB
JSON
{
|
|
"name": "@aave/lens-protocol",
|
|
"version": "2.0.0",
|
|
"description": "Composable and decentralized social graph",
|
|
"scripts": {
|
|
"build": "forge build --sizes",
|
|
"coverage": "forge coverage --report lcov && genhtml lcov.info -o report --branch-coverage",
|
|
"test": "forge test",
|
|
"test:gas": "forge test -vvv --gas-report",
|
|
"deploy:local": "hardhat full-deploy --network localhost",
|
|
"deploy:mumbai": "hardhat full-deploy --network mumbai"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/aave/lens-protocol"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/aave/lens-protocol/issues"
|
|
},
|
|
"homepage": "https://github.com/aave/lens-protocol#readme",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "2.0.2",
|
|
"@nomiclabs/hardhat-etherscan": "2.1.8",
|
|
"@typechain/ethers-v5": "8.0.5",
|
|
"@typechain/hardhat": "3.0.0",
|
|
"@types/chai": "4.2.22",
|
|
"@types/mocha": "9.0.0",
|
|
"@types/node": "16.11.11",
|
|
"@typescript-eslint/eslint-plugin": "5.5.0",
|
|
"@typescript-eslint/parser": "5.5.0",
|
|
"chai": "4.3.4",
|
|
"defender-relay-client": "1.12.1",
|
|
"dotenv": "10.0.0",
|
|
"eslint": "8.3.0",
|
|
"eslint-config-prettier": "8.3.0",
|
|
"eslint-plugin-prettier": "4.0.0",
|
|
"ethereum-waffle": "3.4.0",
|
|
"ethers": "^5.7.1",
|
|
"hardhat": "^2.12.0",
|
|
"hardhat-contract-sizer": "2.1.1",
|
|
"hardhat-gas-reporter": "1.0.6",
|
|
"hardhat-log-remover": "2.0.2",
|
|
"hardhat-spdx-license-identifier": "2.0.3",
|
|
"hardhat-tracer": "^1.1.0-rc.6",
|
|
"husky": "7.0.4",
|
|
"prettier": "^2.5.0",
|
|
"prettier-plugin-solidity": "^1.1.2",
|
|
"solidity-coverage": "^0.8.2",
|
|
"ts-generator": "0.1.1",
|
|
"ts-node": "10.4.0",
|
|
"typechain": "6.0.5",
|
|
"typescript": "4.5.2"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged --pattern 'contracts/**/*.sol' --pattern 'helpers/**/*.ts' --pattern 'test/**/*.ts' --pattern 'tasks/**/*.ts'"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "4.8.0",
|
|
"@openzeppelin/contracts-upgradeable": "^4.8.0",
|
|
"hardhat-preprocessor": "^0.1.5"
|
|
},
|
|
"author": "Lens",
|
|
"contributors": [
|
|
"Alan Donoso Naumczuk",
|
|
"Victor Naumik",
|
|
"Josh Stevens",
|
|
"Peter Michael (Zer0dot)",
|
|
"David Racero",
|
|
"Emilio Frangella",
|
|
"Lasse Herskind",
|
|
"Miguel Martinez",
|
|
"Steven Valeri"
|
|
],
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"lens",
|
|
"protocol",
|
|
"aave",
|
|
"social",
|
|
"graph",
|
|
"solidity",
|
|
"evm",
|
|
"contracts",
|
|
"core"
|
|
]
|
|
}
|