2025-09-05 14:59:21 +08:00

61 lines
1.3 KiB
JSON

{
"name": "@nuxt/devtools-kit",
"type": "module",
"version": "2.6.3",
"license": "MIT",
"homepage": "https://devtools.nuxt.com/module/utils-kit",
"repository": {
"type": "git",
"url": "git+https://github.com/nuxt/devtools.git",
"directory": "packages/devtools-kit"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./types": {
"types": "./types.d.ts",
"import": "./dist/types.mjs",
"require": "./dist/types.cjs"
},
"./iframe-client": {
"types": "./iframe-client.d.ts",
"import": "./iframe-client.mjs"
},
"./host-client": {
"types": "./host-client.d.ts",
"import": "./host-client.mjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"*.cjs",
"*.d.ts",
"*.mjs",
"dist"
],
"peerDependencies": {
"vite": ">=6.0"
},
"dependencies": {
"@nuxt/kit": "^3.18.1",
"execa": "^8.0.1"
},
"devDependencies": {
"@nuxt/schema": "^3.18.1",
"birpc": "^2.5.0",
"error-stack-parser-es": "^1.0.5",
"hookable": "^5.5.3",
"unbuild": "^3.6.1",
"unimport": "^5.2.0",
"vue-router": "^4.5.1"
},
"scripts": {
"build": "unbuild",
"stub": "unbuild --stub",
"dev:prepare": "nr stub"
}
}