ipfs-gateway-emulator
Version:
A server emulating IPFS gateway behaviour, for local preview and end-to-end tests
41 lines (40 loc) • 758 B
JSON
{
"name": "ipfs-gateway-emulator",
"version": "5.0.0",
"description": "A server emulating IPFS gateway behaviour, for local preview and end-to-end tests",
"repository": "https://github.com/wighawag/ipfs-gateway-emulator",
"license": "MIT",
"type": "module",
"main": "index.js",
"exports": {
".": "./index.js"
},
"bin": {
"ipfs-emulator": "./bin/cli.js"
},
"files": [
"bin/",
"lib/",
"index.js"
],
"keywords": [
"ipfs",
"gateway",
"emulator",
"static",
"server",
"dev",
"front-end",
"e2e"
],
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --test test/*.test.js"
},
"dependencies": {
"@hono/node-server": "^2.0.12",
"hono": "^4.12.34"
}
}