{
  "name": "sql-tables-example-application",
  "version": "0.1.0",
  "description": "Example application that demonstrates how to use sql-tables",
  "main": "./dist/index.js",
  "author": "Michael J. Bennett",
  "license": "LGPL-3.0",
  "bin": "./index.js",
  "scripts": {
    "clean": "rimraf ./dist",
    "prebuild": "yarn clean",
    "build": "tsc",
    "postbuild": "rollup -c",
    "postinstall": "yarn build",
    "start": "node ./index.js"
  }
}
