{
  "name": "nuxt",
  "private": true,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/nuxt/nuxt.js.git"
  },
  "workspaces": [
    "packages/*",
    "distributions/*"
  ],
  "scripts": {
    "audit": "improved-yarn-audit --ignore-dev-deps --min-severity moderate -e 1548,1693",
    "build": "yarn clean && yarn pkg",
    "changelog": "jiti scripts/changelog.js",
    "clean": "yarn clean:build && yarn clean:examples && yarn clean:test",
    "clean:build": "rimraf distributions/*/dist packages/*/dist",
    "clean:examples": "rimraf examples/*/dist examples/*/.nuxt",
    "clean:test": "rimraf test/fixtures/*/dist test/fixtures/*/.nuxt*/",
    "dev": "jiti ./scripts/dev.js",
    "postinstall": "lerna link && yarn dev",
    "lint": "eslint --ext .js,.mjs,.vue,.ts .",
    "lint:app": "eslint-multiplexer eslint --ignore-path packages/vue-app/template/.eslintignore 'test/fixtures/!(missing-plugin)/.nuxt!(-dev)/**' | eslint-multiplexer -b",
    "ls-lint": "npx @ls-lint/ls-lint",
    "nuxt": "jiti ./packages/cli/bin/nuxt-cli.js",
    "pkg": "jiti ./scripts/pkg.js",
    "test": "yarn test:fixtures && yarn test:dev && yarn test:unit && test:types",
    "test:dev": "jest test/dev --forceExit --runInBand",
    "test:e2e": "jest -i test/e2e --forceExit",
    "test:fixtures": "jest test/fixtures --forceExit",
    "test:lint": "yarn lint && yarn ls-lint",
    "test:types": "tsc -p packages/types/test",
    "test:unit": "jest packages --forceExit"
  },
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.4",
    "@ls-lint/ls-lint": "^1.9.2",
    "@nuxtjs/eslint-config": "^6.0.1",
    "@nuxtjs/eslint-config-typescript": "^6.0.1",
    "@rollup/plugin-alias": "^3.1.2",
    "@rollup/plugin-commonjs": "^19.0.0",
    "@rollup/plugin-json": "^4.1.0",
    "@rollup/plugin-node-resolve": "^13.0.0",
    "@rollup/plugin-replace": "^2.4.2",
    "@typescript-eslint/eslint-plugin": "^4.26.0",
    "@typescript-eslint/parser": "^4.26.0",
    "@vue/server-test-utils": "^1.2.0",
    "@vue/test-utils": "^1.2.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^26.6.3",
    "chrome-launcher": "^0.14.0",
    "consola": "^2.15.3",
    "create-require": "^1.1.1",
    "cross-spawn": "^7.0.3",
    "esbuild": "^0.12.6",
    "eslint": "^7.27.0",
    "eslint-multiplexer": "^2.0.0",
    "execa": "^5.1.0",
    "express": "^4.17.1",
    "finalhandler": "^1.1.2",
    "fs-extra": "^10.0.0",
    "get-port": "^5.1.1",
    "glob": "^7.1.7",
    "got": "^11.8.2",
    "improved-yarn-audit": "^2.3.3",
    "jest": "^26.6.3",
    "jiti": "^1.10.1",
    "jsdom": "^16.6.0",
    "jsonfile": "^6.1.0",
    "klaw-sync": "^6.0.0",
    "lerna": "^4.0.0",
    "lodash": "^4.17.21",
    "node-fetch": "^2.6.1",
    "puppeteer-core": "^10.0.0",
    "request": "^2.88.2",
    "rimraf": "^3.0.2",
    "rollup": "2.50.6",
    "rollup-plugin-esbuild": "^4.5.0",
    "rollup-plugin-license": "^2.4.0",
    "sass": "^1.34.1",
    "sass-loader": "^10.1.1",
    "sort-package-json": "^1.50.0",
    "typescript": "~4.3",
    "vue-jest": "^4.0.1"
  }
}