{
  "name": "prefly",
  "version": "0.3.2",
  "description": "A checklist to make sure you got everything before doing something (like commiting!)",
  "main": "./bin/Index.js",
  "types": "./bin/Index.d.ts",
  "bin": "./bin/Index.js",
  "keywords": [
    "checklist",
    "devops",
    "ci",
    "cd",
    "command line",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/SammyIsra/ChecklistChecker"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "tsc -p ./tsconfig.json",
    "dev": "tsc -p ./tsconfig.json -pretty --watch",
    "start": "node ./bin/Index.js",
    "prepare": "npm run clean&&npm run build",
    "clean": "rm -rf ./bin"
  },
  "author": "Sammy Israwi <sammy.israwi@gmail.com> (http://sammyis.me/)",
  "license": "MIT",
  "dependencies": {
    "commander": "2.14.1",
    "inquirer": "5.1.0",
    "jsonfile": "4.0.0"
  },
  "devDependencies": {
    "@types/inquirer": "0.0.36",
    "@types/jsonfile": "4.0.1",
    "@types/node": "9.4.6",
    "eslint": "4.18.2",
    "eslint-config-google": "0.9.1",
    "typescript": "2.7.2",
    "typescript-eslint-parser": "14.0.0"
  },
  "preferGlobal": true
}
