53 lines
1.5 KiB
JSON
53 lines
1.5 KiB
JSON
{
|
|
"name": "gas-price-oracle",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"types": "tsc --declaration --emitDeclarationOnly",
|
|
"compile": "hardhat compile && hardhat flatten:all",
|
|
"build": "yarn compile && yarn types",
|
|
"start": "ts-node ./src/index.ts",
|
|
"lint": "eslint . --ext .ts"
|
|
},
|
|
"files": [
|
|
"contracts",
|
|
"src",
|
|
".eslintrc.js",
|
|
".gitignore",
|
|
"docker-compose.yml",
|
|
"docker.env",
|
|
"Dockerfile",
|
|
"maticgasstation.Dockerfile",
|
|
"hardhat.config.ts",
|
|
"tsconfig.json",
|
|
"yarn.lock"
|
|
],
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
|
|
"@nomicfoundation/hardhat-ethers": "^3.0.5",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
|
|
"@nomicfoundation/hardhat-toolbox": "4.0.0",
|
|
"@nomicfoundation/hardhat-verify": "^2.0.5",
|
|
"@typechain/ethers-v6": "^0.5.1",
|
|
"@typechain/hardhat": "^9.1.0",
|
|
"@types/chai": "^4.3.14",
|
|
"@types/mocha": "^9.1.1",
|
|
"@types/node": "^20.12.2",
|
|
"@typescript-eslint/eslint-plugin": "^7.4.0",
|
|
"@typescript-eslint/parser": "^7.4.0",
|
|
"chai": "^4.4.1",
|
|
"dotenv": "^16.4.5",
|
|
"eslint": "^8.57.0",
|
|
"ethers": "^6.11.1",
|
|
"hardhat": "2.20.1",
|
|
"hardhat-gas-reporter": "^1.0.10",
|
|
"hardhat-storage-layout": "^0.1.7",
|
|
"hardhat-tracer": "^2.8.1",
|
|
"solidity-coverage": "^0.8.11",
|
|
"ts-node": "^10.9.2",
|
|
"typechain": "^8.3.2",
|
|
"typescript": "^5.4.3"
|
|
}
|
|
}
|