UNPKG

nuxt-dev-ready

Version:

Waits until the Nuxt dev server is loaded. Mainly useful for testing.

59 lines (58 loc) 1.53 kB
{ "name": "nuxt-dev-ready", "version": "4.0.1", "description": "Waits until the Nuxt dev server is loaded. Mainly useful for testing.", "keywords": [ "wait" ], "repository": "dword-design/nuxt-dev-ready", "funding": "https://github.com/sponsors/dword-design", "license": "MIT", "author": "Sebastian Landwehr <info@sebastianlandwehr.com>", "type": "module", "exports": { ".": { "import": { "default": "./dist/index.js", "types": "./dist/index.d.ts" } } }, "main": "dist/index.js", "files": [ "dist" ], "scripts": { "checkUnknownFiles": "base checkUnknownFiles", "commit": "base commit", "depcheck": "base depcheck", "dev": "base dev", "lint": "base lint", "prepare": "base prepare", "prepublishOnly": "base prepublishOnly", "test": "base test" }, "dependencies": { "axios": "^1.3.6", "p-wait-for": "^5.0.2", "port-ready": "^0.1.0" }, "devDependencies": { "@dword-design/base": "^13.0.7", "@playwright/test": "^1.53.0", "endent": "npm:@dword-design/endent@^1.4.1", "execa": "^9.6.0", "fs-extra": "^11.1.1", "get-port": "^7.1.0", "jsdom": "^26.0.0", "nuxt": "^3.4.2", "tree-kill-promise": "^3.0.14" }, "packageManager": "pnpm@10.12.1+sha512.f0dda8580f0ee9481c5c79a1d927b9164f2c478e90992ad268bbb2465a736984391d6333d2c327913578b2804af33474ca554ba29c04a8b13060a717675ae3ac", "engines": { "node": ">=18" }, "publishConfig": { "access": "public" } }