{
  "name": "@leanup/cli-vue3",
  "version": "1.3.54",
  "description": "This package contains the Vue3 framework extension for the @leanup/cli.",
  "author": "Martin Oppitz <npmjs@martinoppitz.com>",
  "homepage": "https://leanupjs.org",
  "files": [
    "lib/**",
    "template/**"
  ],
  "keywords": [
    "babel",
    "snowpack",
    "webpack",
    "vue",
    "vue3",
    "sinon",
    "nyc",
    "nightwatch",
    "mocha",
    "sass",
    "typescript",
    "cli",
    "spa",
    "pwa",
    "lean",
    "compiler",
    "transpiler"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/leanupjs/leanup.git"
  },
  "bugs": {
    "url": "https://github.com/leanupjs/leanup/issues"
  },
  "bin": {
    "vue3": "lib/cli.js"
  },
  "devDependencies": {
    "@types/node": "20.14.2",
    "typescript": "5.4.5",
    "@leanup/cli": "1.3.54"
  },
  "peerDependencies": {
    "@leanup/cli": "1.3.54"
  },
  "scripts": {}
}