{
  "name": "@nuxt/kit",
  "version": "3.0.0",
  "repository": "nuxt/framework",
  "license": "MIT",
  "type": "module",
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "prepack": "unbuild"
  },
  "dependencies": {
    "@nuxt/schema": "^3.0.0",
    "c12": "^0.1.1",
    "consola": "^2.15.3",
    "defu": "^5.0.1",
    "globby": "^13.1.1",
    "hash-sum": "^2.0.0",
    "jiti": "^1.12.15",
    "knitwork": "^0.1.0",
    "lodash.template": "^4.5.0",
    "mlly": "^0.4.2",
    "pathe": "^0.2.0",
    "pkg-types": "^0.3.2",
    "scule": "^0.2.1",
    "semver": "^7.3.5",
    "unctx": "^1.0.2",
    "untyped": "^0.3.0"
  },
  "devDependencies": {
    "@types/lodash.template": "^4",
    "@types/semver": "^7",
    "unbuild": "latest"
  },
  "engines": {
    "node": "^14.16.0 || ^16.11.0 || ^17.0.0"
  }
}