{
  "name": "sqon-builder",
  "version": "2.0.1",
  "description": "SQON creation and manipulation library.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "rm -rf dist && mkdir dist && NODE_PATH=./src tsc"
  },
  "author": "Jon Eubank",
  "license": "GPL-3.0-or-later",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/joneubank/sqon.git"
  },
  "bugs": {
    "url": "https://github.com/joneubank/sqon/issues"
  },
  "homepage": "https://github.com/joneubank/sqon#readme",
  "keywords": [
    "overture",
    "arranger"
  ],
  "devDependencies": {
    "typescript": "^4.4.2"
  },
  "prettier": {
    "trailingComma": "all",
    "singleQuote": true,
    "arrowFunctionParentheses": "always"
  }
}
