{ "name": "eth_projet", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "start_rpc": "testrpc", "start_test": "npm run clean && truffle compile && truffle migrate && truffle test", "test": "concurrently --names 'RPC,TEST' --kill-others \"npm run start_rpc\" \"npm run start_test\" || true", "clean": "rm -rf build" }, "repository": { "type": "git", "url": "git+ssh://git@gitlab.com/MrDev023/ETH_PROJET.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://gitlab.com/MrDev023/ETH_PROJET/issues" }, "homepage": "https://gitlab.com/MrDev023/ETH_PROJET#README", "devDependencies": { "concurrently": "^3.5.1", "ethereumjs-testrpc": "^6.0.3", "fs": "0.0.1-security", "geth": "^0.4.0", "solc": "^0.4.19", "truffle": "^4.0.6", "web3": "^1.0.0-beta.29" } }