{
  "name": "@nuxt/components",
  "version": "1.2.5",
  "description": "Auto Import Components for Nuxt.js",
  "repository": "nuxt/components",
  "license": "MIT",
  "exports": {
    ".": "./dist/index.js",
    "./": "./",
    "./loader": "./dist/loader.js"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "lib",
    "templates"
  ],
  "scripts": {
    "build": "siroc build",
    "dev": "nuxt-ts test/fixture",
    "lint": "eslint --ext .ts,.js,.vue .",
    "release": "yarn test && yarn build && standard-version && git push --follow-tags && npm publish",
    "test": "yarn lint && jest --verbose"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "chokidar": "^3.4.3",
    "glob": "^7.1.6",
    "globby": "^11.0.1",
    "lodash": "^4.17.20",
    "semver": "^7.3.4",
    "upath": "^2.0.1",
    "vue-template-compiler": "^2.6.12"
  },
  "devDependencies": {
    "@babel/preset-env": "latest",
    "@babel/preset-typescript": "latest",
    "@nuxt/test-utils": "latest",
    "@nuxt/types": "latest",
    "@nuxt/typescript-build": "latest",
    "@nuxt/typescript-runtime": "latest",
    "@nuxtjs/eslint-config-typescript": "latest",
    "@types/jest": "latest",
    "@types/loader-utils": "latest",
    "@types/lodash": "latest",
    "@types/semver": "latest",
    "eslint": "latest",
    "jest": "latest",
    "loader-utils": "latest",
    "nuxt-edge": "latest",
    "pug": "latest",
    "pug-plain-loader": "latest",
    "siroc": "latest",
    "standard-version": "latest"
  }
}
