2022-08-19 05:36:11 +00:00
|
|
|
{
|
2022-09-09 11:43:01 +00:00
|
|
|
"name": "@cerc-io/test",
|
2024-06-20 04:35:53 +00:00
|
|
|
"version": "0.2.100",
|
2022-08-19 05:36:11 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"license": "AGPL-3.0",
|
2022-10-11 08:11:26 +00:00
|
|
|
"private": true,
|
2022-08-19 05:36:11 +00:00
|
|
|
"scripts": {
|
|
|
|
"lint": "eslint .",
|
|
|
|
"build": "tsc",
|
|
|
|
"eth-call": "DEBUG=vulcanize:* ts-node src/eth-call.ts",
|
|
|
|
"get-storage-at": "DEBUG=vulcanize:* ts-node src/get-storage-at.ts",
|
|
|
|
"test:snapshot": "DEBUG=vulcanize:* mocha src/snapshot.test.ts"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"chai": "^4.3.4",
|
2022-10-11 10:42:06 +00:00
|
|
|
"debug": "^4.3.1",
|
2022-08-19 05:36:11 +00:00
|
|
|
"ethers": "^5.4.4",
|
|
|
|
"fs-extra": "^10.0.0",
|
|
|
|
"mocha": "^8.4.0",
|
|
|
|
"toml": "^3.0.0",
|
|
|
|
"yargs": "^17.0.1"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/chai": "^4.2.19",
|
|
|
|
"@types/mocha": "^8.2.2",
|
2023-04-14 11:52:44 +00:00
|
|
|
"@types/yargs": "^17.0.0",
|
2023-01-10 14:40:27 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.47.1",
|
|
|
|
"@typescript-eslint/parser": "^5.47.1",
|
2023-03-24 06:31:33 +00:00
|
|
|
"eslint": "^8.35.0",
|
2023-01-10 14:40:27 +00:00
|
|
|
"ts-node": "^10.2.1",
|
2023-03-24 06:31:33 +00:00
|
|
|
"typescript": "^5.0.2"
|
2022-08-19 05:36:11 +00:00
|
|
|
}
|
|
|
|
}
|