astro-ghostcms/.pnpm-store/v3/files/78/b30ab953c8880767fd3d3334a41...

64 lines
1.4 KiB
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
{
"name": "vitest-fetch-mock",
"version": "0.2.2",
"description": "fetch mock for vitest",
"type": "module",
"main": "src/index.js",
"module": "src/index.js",
"types": "types",
"files": [
"src",
"types/index.d.ts"
],
"scripts": {
"test": "vitest run && npm run tsc && npm run lint",
"lint": "eslint .",
"tsc": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IanVS/vitest-fetch-mock.git"
},
"keywords": [
"vitest",
"mock",
"fetch"
],
"author": {
"name": "Ian VanSchooten",
"email": "ian.vanschooten@gmail.com"
},
"contributors": [
{
"name": "Jeff Lau",
"email": "jeff-lau@live.com",
"url": "http://jefflau.net/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/IanVS/vitest-fetch-mock/issues"
},
"homepage": "https://github.com/IanVS/vitest-fetch-mock#readme",
"engines": {
"node": ">=14.14.0"
},
"dependencies": {
"cross-fetch": "^3.0.6"
},
"devDependencies": {
"@types/node": "^10.17.40",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^7.11.0",
"jsdom": "^19.0.0",
"prettier": "^2.1.2",
"regenerator-runtime": "^0.13.7",
"typescript": "^4.6.2",
"vitest": "^0.17.0"
},
"peerDependencies": {
"vitest": ">=0.16.0"
}
}