Nuxt/packages/test-utils/package.json
renovate[bot] a358bdad93
chore(deps): update all non-major dependencies (#3327)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-02-21 12:29:59 +01:00

36 lines
696 B
JSON

{
"name": "@nuxt/test-utils",
"version": "3.0.0",
"repository": "nuxt/framework",
"license": "MIT",
"type": "module",
"exports": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"prepack": "unbuild"
},
"dependencies": {
"@nuxt/kit": "3.0.0",
"@nuxt/schema": "3.0.0",
"defu": "^5.0.1",
"execa": "^6.1.0",
"get-port-please": "^2.3.0",
"jiti": "^1.13.0",
"ohmyfetch": "^0.4.15"
},
"devDependencies": {
"playwright": "^1.19.1",
"unbuild": "latest",
"vitest": "^0.5.0"
},
"peerDependencies": {
"vue": "3.2.31"
},
"engines": {
"node": "^14.16.0 || ^16.11.0 || ^17.0.0"
}
}