UNPKG

express-ipld

Version:

Express middleware for dag-json and dag-cbor IPLD codecs

41 lines (40 loc) 755 B
{ "name": "express-ipld", "description": "Express middleware for dag-json and dag-cbor IPLD codecs", "version": "1.0.0", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/**/*.js", "lib/**/*.d.ts" ], "keywords": [ "express", "ipld", "dag-json", "dag-cbor" ], "scripts": { "build": "tsc", "dev": "tsc --watch" }, "repository": { "type": "git", "url": "git://github.com/canvasxyz/express-ipld.git" }, "author": "Joel Gustafson", "license": "MIT", "peerDependencies": { "express": "^4 || ^5" }, "dependencies": { "@ipld/dag-cbor": "^9.2.0", "@ipld/dag-json": "^10.2.0" }, "devDependencies": { "@types/express": "^5.0.1", "express": "^5.1.0", "typescript": "^5.4.5" } }