21 lines
507 B
JSON
21 lines
507 B
JSON
{
|
|
"name": "proposal-19-contract",
|
|
"version": "0.1.0",
|
|
"description": "Tornado proposal #19 smart contract code & tests",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"lib": "lib",
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "forge test -vvvvv --fork-url https://rpc.mevblocker.io --block-number 17179667",
|
|
"build": "forge build --optimize"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.tornado.ws/Theo/proposal-19-contract"
|
|
},
|
|
"author": "Theo",
|
|
"license": "MIT"
|
|
}
|