{
  "name": "jalhyd-boilerplate-ts",
  "version": "1.0.0",
  "description": "An example of using the JaLHyd library in a Typescript CLI project using Node.JS",
  "main": "boilerplate.ts",
  "scripts": {
    "build": "./node_modules/.bin/tsc"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "jalhyd": "file:../.."
  },
  "devDependencies": {
    "typescript": "^3.5.3"
  }
}
