{
  "name": "@fullstackjs/create-fullstackjs-app",
  "version": "1.0.5",
  "description": "Simple cli tool for generating fullstack-js-online starter projects",
  "repository": {
    "url": "https://fullstackjs.online/create-fullstackjs-app",
    "type": "git"
  },
  "author": "kati frantz <bahdcoder@gmail.com> (github.com/bahdcoder)",
  "license": "MIT",
  "bin": {
    "create-fullstackjs-app": "./cli.js"
  },
  "scripts": {
    "test": "jest",
    "prettier": "prettier --write './**/*.{js,vue}'"
  },
  "dependencies": {
    "cac": "^6.4.2",
    "chalk": "^2.4.2",
    "randomstring": "^1.1.5",
    "sao": "^1.6.1",
    "superb": "^1.3.0"
  },
  "devDependencies": {
    "jest": "^24.5.0",
    "prettier": "^1.16.4"
  }
}
