You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "git3-contract",
|
|
"version": "1.0.0",
|
|
"description": "Dencentralized Github",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/git3protocol/git3-contract.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/git3protocol/git3-contract/issues"
|
|
},
|
|
"homepage": "https://github.com/git3protocol/git3-contract#readme",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^2.0.1",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
"@typechain/ethers-v5": "^10.2.0",
|
|
"@typechain/hardhat": "^6.1.5",
|
|
"dotenv": "^16.0.3",
|
|
"hardhat": "^2.12.6",
|
|
"hardhat-gas-reporter": "^1.0.9",
|
|
"prettier": "2.8.3",
|
|
"prettier-check": "^2.0.0",
|
|
"prettier-plugin-solidity": "^1.1.1",
|
|
"solidity-coverage": "^0.8.2",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^4.9.4"
|
|
},
|
|
"dependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^1.0.5",
|
|
"@nomiclabs/hardhat-ethers": "^2.2.2",
|
|
"@nomiclabs/hardhat-etherscan": "^3.1.5",
|
|
"@openzeppelin/contracts": "^4.8.1",
|
|
"@openzeppelin/contracts-upgradeable": "^4.8.1",
|
|
"chai": "^4.3.7",
|
|
"typechain": "^8.1.1"
|
|
}
|
|
}
|