10grans-ng/package.json

34 lines
803 B
JSON
Raw Normal View History

2023-08-13 13:15:58 +00:00
{
"name": "10grans-ng",
"version": "1.0.0",
"description": "10grans on Arbitrum",
"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"
],
"author": "moon@shipoclu.com",
2023-08-13 15:18:05 +00:00
"license": "MIT",
2023-08-13 13:15:58 +00:00
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
"hardhat": "^2.17.1",
2023-08-13 23:52:11 +00:00
"hardhat-contract-sizer": "^2.10.0",
2023-08-13 13:15:58 +00:00
"prettier": "^3.0.1",
"prettier-plugin-solidity": "^1.1.3"
},
"dependencies": {
2023-08-13 15:15:29 +00:00
"@arbitrum/token-bridge-contracts": "^1.0.0-beta.0",
2023-08-13 23:52:11 +00:00
"@openzeppelin/contracts": "^4.9.3",
"erc-payable-token": "^4.9.3"
2023-08-13 13:15:58 +00:00
}
}