{
  "name": "@tutors-sdk/tutors-lib",
  "version": "0.6.5",
  "description": "Static course web site generator - core library",
  "scripts": {
    "build": "tsc"
  },
  "author": "Eamonn de Leastar (edeleastar@wit.ie)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/tutors-sdk/tutors-lib.git"
  },
  "bin": {},
  "dependencies": {
    "@types/js-yaml": "^4.0.5",
    "@types/lodash": "^4.14.178",
    "@types/node": "^17.0.16",
    "@types/shelljs": "^0.8.11",
    "commander": "^9.0.0",
    "front-matter": "^4.0.2",
    "glob": "^7.2.0",
    "install": "^0.13.0",
    "js-yaml": "^4.1.0",
    "lodash": "^4.17.21",
    "npm": "^8.4.1",
    "path": "^0.12.7",
    "shelljs": "^0.8.5"
  },
  "devDependencies": {
    "prettier": "2.5.1",
    "typescript": "^4.5.5"
  },
  "prettier": {
    "singleQuote": true,
    "printWidth": 180
  }
}
