2021-05-31 05:37:11 +00:00
|
|
|
{
|
2022-09-09 11:43:01 +00:00
|
|
|
"name": "@cerc-io/solidity-mapper",
|
2021-05-31 05:37:11 +00:00
|
|
|
"version": "0.1.0",
|
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",
|
|
|
|
"@types/mocha": "^8.2.2",
|
2021-05-31 09:20:05 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.25.0",
|
|
|
|
"@typescript-eslint/parser": "^4.25.0",
|
2022-09-09 11:43:01 +00:00
|
|
|
"@cerc-io/ipld-eth-client": "^0.1.0",
|
2021-05-31 05:37:11 +00:00
|
|
|
"chai": "^4.3.4",
|
2021-05-31 09:20:05 +00:00
|
|
|
"eslint": "^7.27.0",
|
|
|
|
"eslint-config-semistandard": "^15.0.1",
|
|
|
|
"eslint-config-standard": "^16.0.3",
|
|
|
|
"eslint-plugin-import": "^2.23.3",
|
|
|
|
"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",
|
2021-09-02 04:57:56 +00:00
|
|
|
"typescript": "^4.3.2",
|
|
|
|
"lodash": "^4.17.21"
|
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
|
|
|
}
|