{ "name": "status-pay", "version": "0.0.1", "description": "Status Payment Network", "scripts": { "clean": "rimraf build", "test": "truffle test", "compile": "truffle compile", "build:ovm": "truffle compile --config truffle-config-ovm.js", "test:ovm": "truffle test --config truffle-config-ovm.js", "all:ovm": "yarn clean && yarn build:ovm && yarn test:ovm" }, "license": "MIT", "dependencies": { "@eth-optimism/solc": "^0.5.16-alpha.2", "@openzeppelin/cli": "^2.8.2", "@openzeppelin/contracts-ethereum-package": "^2.5.0", "eth-sig-util": "^2.5.3", "minimist": "^1.2.5", "solc": "0.5.16", "truffle": "^5.1.44", "ethers": "^5.0.14" }, "devDependencies": { "@eth-optimism/ovm-toolchain": "^0.0.1-alpha.2", "@openzeppelin/truffle-upgrades": "^1.0.2", "bip39": "^3.0.2", "ethereumjs-wallet": "^1.0.0" } }