{
  "name": "@eventyret/padawan",
  "version": "1.3.2",
  "description": "Bootstraping Milestone Projects for Code Institute Students",
  "homepage": "https://github.com/Eventyret/Padawan",
  "bugs": {
    "url": "https://github.com/Eventyret/Padawan/issues",
    "email": "simen@dehlin.dev"
  },
  "main": "lib/index.js",
  "bin": {
    "@eventyret/padawan": "bin/padawan",
    "padawan": "bin/padawan",
    "padwan": "bin/padawan"
  },
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "docs": "jsdoc -c jsdoc.json",
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "tslint -p tsconfig.json",
    "fix": "tslint -p tsconfig.json --fix",
    "build": "tsc"
  },
  "files": [
    "bin/",
    "src/",
    "templates/"
  ],
  "keywords": [
    "cli",
    "code institute",
    "milestone projects",
    "yoda",
    "padawan"
  ],
  "author": {
    "name": "Simen Daehlin",
    "email": "simen@dehlin.dev",
    "url": "https://dehlin.dev"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Eventyret/Padawan.git"
  },
  "dependencies": {
    "@types/args": "^3.0.0",
    "@types/clear": "^0.1.0",
    "@types/figlet": "^1.2.0",
    "@types/inquirer": "^7.3.1",
    "@types/listr": "^0.14.2",
    "@types/ncp": "^2.0.4",
    "@types/shelljs": "^0.8.8",
    "arg": "^4.1.3",
    "async-shelljs": "^0.1.4",
    "chalk": "^4.1.0",
    "clear": "^0.1.0",
    "esm": "^3.2.25",
    "figlet": "^1.5.0",
    "inquirer": "^7.3.3",
    "listr": "^0.14.3",
    "ncp": "^2.0.0",
    "shelljs": "^0.8.4",
    "simple-git": "^2.20.1"
  },
  "devDependencies": {
    "clean-jsdoc-theme": "^2.2.11",
    "jsdoc": "^3.6.6",
    "tslint": "^6.1.3",
    "typescript": "^3.9.7"
  }
}
