2021-05-31 05:37:11 +00:00
|
|
|
{
|
2022-09-09 11:43:01 +00:00
|
|
|
"name": "@cerc-io/solidity-mapper",
|
2024-08-01 13:31:54 +00:00
|
|
|
"version": "0.2.105",
|
2021-09-02 04:57:56 +00:00
|
|
|
"main": "dist/index.js",
|
2021-08-12 09:58:13 +00:00
|
|
|
"license": "AGPL-3.0",
|
2021-05-31 05:37:11 +00:00
|
|
|
"devDependencies": {
|
2021-06-04 13:32:28 +00:00
|
|
|
"@ethersproject/abi": "^5.3.0",
|
2021-05-31 05:37:11 +00:00
|
|
|
"@nomiclabs/hardhat-ethers": "^2.0.2",
|
|
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
|
|
"@types/chai": "^4.2.18",
|
2023-04-14 11:52:44 +00:00
|
|
|
"@types/lodash": "^4.14.168",
|
2023-01-10 14:40:27 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
|
|
"@typescript-eslint/parser": "^5.47.1",
|
2021-05-31 05:37:11 +00:00
|
|
|
"chai": "^4.3.4",
|
2023-03-24 06:31:33 +00:00
|
|
|
"eslint": "^8.35.0",
|
2021-05-31 09:20:05 +00:00
|
|
|
"eslint-config-semistandard": "^15.0.1",
|
|
|
|
"eslint-config-standard": "^16.0.3",
|
2023-03-24 06:31:33 +00:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2021-05-31 09:20:05 +00:00
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
|
"eslint-plugin-promise": "^5.1.0",
|
|
|
|
"eslint-plugin-standard": "^5.0.0",
|
2022-07-11 05:59:33 +00:00
|
|
|
"ethereum-waffle": "^3.1.1",
|
|
|
|
"ethers": "^5.4.4",
|
2021-05-31 05:37:11 +00:00
|
|
|
"hardhat": "^2.3.0",
|
2022-10-11 10:42:06 +00:00
|
|
|
"lodash": "^4.17.21",
|
2023-03-24 06:31:33 +00:00
|
|
|
"typescript": "^5.0.2"
|
2021-05-31 05:37:11 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2021-09-02 04:57:56 +00:00
|
|
|
"lint": "eslint .",
|
2022-04-29 09:41:40 +00:00
|
|
|
"test:init": "cp .env.example .env",
|
2021-05-31 09:20:05 +00:00
|
|
|
"test": "hardhat test",
|
2021-09-02 04:57:56 +00:00
|
|
|
"build": "tsc",
|
2021-06-18 12:39:50 +00:00
|
|
|
"test:geth-rpc": "hardhat --network private test",
|
2021-09-02 04:57:56 +00:00
|
|
|
"test:ipld-gql": "IPLD_GQL=true hardhat --network private test"
|
2021-06-03 09:33:39 +00:00
|
|
|
},
|
2021-06-18 12:39:50 +00:00
|
|
|
"dependencies": {
|
|
|
|
"dotenv": "^10.0.0"
|
|
|
|
}
|
2021-05-31 05:37:11 +00:00
|
|
|
}
|