35 lines
808 B
JSON
35 lines
808 B
JSON
{
|
|
"name": "10grans-ng",
|
|
"version": "1.0.0",
|
|
"description": "10grans on Base",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.shipoclu.com:2222/moon/10grans-ng.git"
|
|
},
|
|
"keywords": [
|
|
"cryptocurrency",
|
|
"erc-20",
|
|
"token",
|
|
"solidity",
|
|
"coinbase"
|
|
],
|
|
"author": "moon@shipoclu.com",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
"hardhat": "^2.17.1",
|
|
"hardhat-contract-sizer": "^2.10.0",
|
|
"prettier": "^3.0.1",
|
|
"prettier-plugin-solidity": "^1.1.3"
|
|
},
|
|
"dependencies": {
|
|
"@eth-optimism/contracts-bedrock": "^0.16.0",
|
|
"@openzeppelin/contracts": "^4.9.3",
|
|
"erc-payable-token": "^4.9.3"
|
|
}
|
|
}
|