{
  "name": "##NAME##",
  "version": "##VER##",
  "main": "##ENTRY##",
  "engines": {
    "node": ">=8",
    "npm": ">=5"
  },
  "scripts": {
    "start": "fabric-chaincode-node start",
    "start:dev": "fabric-chaincode-node start --peer.address \"127.0.0.1:8541\" --chaincode-id-name \"chaincode1:0.0.1\" --tls.enabled false",
    "start:watch": "nodemon --exec \"npm run start:dev\"",
    "build": "echo \"No need to build the chaincode\"",
    "lint": "eslint . --fix --ext .js"
  },
  "author": "PDM",
  "dependencies": {
    "fabric-contract-api": "2.4.2",
    "fabric-shim": "2.4.2"
  }
}