nitro-test-utils
Version:
Testing environment and utilities for Nitro
73 lines (72 loc) • 1.76 kB
JSON
{
"name": "nitro-test-utils",
"type": "module",
"version": "0.9.2",
"packageManager": "pnpm@10.7.1",
"description": "Testing environment and utilities for Nitro",
"author": "Johann Schopplich <hello@johannschopplich.com>",
"license": "MIT",
"homepage": "https://github.com/johannschopplich/nitro-test-utils#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/johannschopplich/nitro-test-utils.git"
},
"bugs": {
"url": "https://github.com/johannschopplich/nitro-test-utils/issues"
},
"keywords": [
"nitro",
"nitropack",
"nuxt"
],
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"./config": {
"types": "./dist/config.d.mts",
"default": "./dist/config.mjs"
},
"./e2e": {
"types": "./dist/e2e.d.mts",
"default": "./dist/e2e.mjs"
}
},
"types": "./dist/index.d.mts",
"files": [
"dist"
],
"scripts": {
"build": "unbuild",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"test": "vitest",
"test:types": "tsc --noEmit",
"release": "bumpp",
"prepare": "pnpm run build && pnpm -C test/fixture prepare && pnpm -C test/fixture2 prepare"
},
"peerDependencies": {
"nitropack": "^2",
"vitest": "^2 || ^3"
},
"dependencies": {
"dotenv": "^16.4.7",
"listhen": "^1.9.0",
"ofetch": "^1.4.1",
"pathe": "^2.0.3",
"ufo": "^1.5.4"
},
"devDependencies": {
"@antfu/eslint-config": "^4.11.0",
"@types/node": "^22.13.17",
"bumpp": "^10.1.0",
"eslint": "^9.23.0",
"nitropack": "^2.11.8",
"typescript": "^5.8.2",
"unbuild": "^3.5.0",
"vite": "^6.2.4",
"vitest": "^3.1.1"
}
}