mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
63 lines
1.3 KiB
JSON
63 lines
1.3 KiB
JSON
{
|
|
"name": "@nuxt/test-utils",
|
|
"version": "3.7.4",
|
|
"repository": "nuxt/nuxt",
|
|
"description": "Test utilities for Nuxt",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.mjs"
|
|
},
|
|
"./experimental": {
|
|
"types": "./dist/experimental.d.ts",
|
|
"import": "./dist/experimental.mjs"
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"prepack": "unbuild"
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/kit": "workspace:*",
|
|
"@nuxt/schema": "workspace:*",
|
|
"consola": "^3.2.3",
|
|
"defu": "^6.1.2",
|
|
"execa": "^8.0.1",
|
|
"get-port-please": "^3.1.1",
|
|
"ofetch": "^1.3.3",
|
|
"pathe": "^1.1.1",
|
|
"ufo": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "29.7.0",
|
|
"playwright-core": "1.39.0",
|
|
"unbuild": "latest",
|
|
"vitest": "0.33.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@jest/globals": "^29.5.0",
|
|
"playwright-core": "^1.34.3",
|
|
"vitest": "^0.30.0 || ^0.31.0 || ^0.32.0 || ^0.33.0",
|
|
"vue": "^3.3.4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@jest/globals": {
|
|
"optional": true
|
|
},
|
|
"playwright-core": {
|
|
"optional": true
|
|
},
|
|
"vitest": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"engines": {
|
|
"node": "^14.18.0 || >=16.10.0"
|
|
}
|
|
}
|