MVG-Token / package.json
package.json
Raw
{
  "name": "mvg-vip180",
  "version": "1.0.0",
  "description": "MVG Project",
  "main": "index.js",
  "scripts": {
    "test": "sharp-cli test sharp",
    "sharp": "mocha --require ts-node/register --timeout 20000 --exit './tests/mvg.test.ts'",
    "solo": "node -e \"setInterval(()=>{},1000);\"",
    "compile": "sharp-cli compile"
  },
  "author": "tony.li",
  "license": "LGPL-3.0",
  "devDependencies": {
    "@types/node": "^12.7.3",
    "ts-node": "^8.3.0",
    "tslint": "^5.19.0",
    "typescript": "^3.6.2"
  },
  "dependencies": {
    "@libotony/sharp": "^1.0.0-beta.1",
    "@libotony/sharp-cli": "^1.0.0-beta.3",
    "@types/chai": "^4.2.0",
    "@types/mocha": "^5.2.7",
    "@vechain/connex-framework": "^1.1.0",
    "@vechain/connex.driver-nodejs": "^1.1.4",
    "bignumber.js": "^9.0.0",
    "chai": "^4.2.0",
    "mocha": "^6.2.0",
    "truffle": "^5.4.6"
  },
  "sharp": {
    "contracts_directory": "contracts",
    "contracts": [
      "mvg.sol"
    ],
    "build_directory": "output",
    "solc": {
      "version": "^0.5.0"
    }
  }
}