{
  "name": "<%= projectName %>",
  "scillaFile": "<%= projectName %>.scilla",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "deploy": "scilla-boilerplate deploy",
    "test": "mocha --timeout=10000"
  },
  "author": "",
  "license": "MIT",
  "dependencies": {
    "dotenv": "^8.2.0",
    "mocha": "^8.1.3",
    "scilla-boilerplate": "git+https://github.com/micovi/scilla-boilerplate.git",
    "zilliqa-testing-library": "git+https://github.com/zilliqa/zilliqa-testing-library.git"
  }
}
