{
  "name": "jalhyd-boilerplate-js",
  "version": "1.0.0",
  "description": "An example of using the JaLHyd library in a Javascript CLI project using Node.JS",
  "main": "boilerplate.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "jalhyd": "file:../.."
  }
}
