{
  "name": "app-framework",
  "description": "Applications for any device with HTML, CSS and JavaScript - free and open source!",
  "author": "scriptPilot <mail@scriptPilot.de> (https://github.com/scriptPilot)",
  "repository": "https://github.com/scriptPilot/app-framework.git",
  "version": "4.0.0-alpha.12",
  "license": "MIT",
  "scripts": {
    "prepublish": "node scripts/fixCode"
  },
  "bin": {
    "app": "./cli.js"
  },
  "dependencies": {
    "fs-extra": "^8.0.1",
    "prompts": "^2.1.0"
  },
  "devDependencies": {
    "eslint": "^5.16.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.17.2",
    "eslint-plugin-vue": "^5.2.2"
  }
}
