philips-software/cogito

View on GitHub
workspaces/demo-app-contracts/package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cogitojs/demo-app-contracts",
  "version": "0.3.0",
  "private": true,
  "license": "MIT",
  "main": "source/main.js",
  "module": "source/index.js",
  "files": [
    "source"
  ],
  "scripts": {
    "start": "(ganache-cli --account='0xc87509a1c067bbde78beb793e6fa76530b6382a4c0241e5e4a9ec0a0f44dc0d3,10000000000000000000000' -p 8545 --host 0.0.0.0) & wait",
    "compile": "yarn truffle compile",
    "migrate": "yarn truffle migrate",
    "test": "yarn lint && yarn truffle test --network testing",
    "lint": "yarn solium lint -d contracts"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "dirty-chai": "^2.0.1",
    "ganache-cli": "^6.3.0",
    "solium": "^1.1.7",
    "truffle": "^4.1.11"
  },
  "dependencies": {
    "esm": "^3.2.22"
  }
}