{
  "name": "create-php-app",
  "version": "2.2.7",
  "description": "Creating a blank vanilla php project with optional LAMP docker container.",
  "main": "create-php-container.js",
  "scripts": {
    "git-commit": "git add -A . && git commit -a -m 'dev update'",
    "git-push": "git push origin master --force && git checkout master",
    "deploy": "npm run git-commit && npm run git-push",
    "patch-release": "npm version patch && npm publish && git push --follow-tags",
    "version-release": "npm publish && git push --follow-tags "
  },
  "bin": {
    "cpa": "./lib/cpa.js"
  },
  "preferGlobal": true,
  "keywords": [
    "php",
    "vanilla",
    "docker",
    "npm",
    "git",
    "create project"
  ],
  "author": "Jeff Kranenburg",
  "license": "MIT",
  "homepage": "https://github.com/jwknz/create-php-app#readme",
  "bugs": {
    "url": "https://github.com/jwknz/create-php-app/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jwknz/create-php-app.git"
  },
  "dependencies": {
    "app-root-path": "^2.1.0",
    "readline-sync": "^1.4.9",
    "shelljs": "^0.8.2",
    "shx": "^0.3.2"
  }
}
