express-superjson
Version:
Express middleware for Superjson integration, providing enhanced JSON serialization in HTTP responses.
73 lines (72 loc) • 1.89 kB
JSON
{
"name": "express-superjson",
"version": "1.0.0",
"description": "Express middleware for Superjson integration, providing enhanced JSON serialization in HTTP responses.",
"author": "BurakBey",
"license": "MIT",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsup",
"build:watch": "tsup --watch",
"test": "vitest",
"test:coverage": "vitest --coverage",
"test:ui": "vitest --ui",
"lint": "eslint",
"lint:fix": "eslint --fix",
"prepare": "husky"
},
"peerDependencies": {
"superjson": "^2.2.2"
},
"peerDependenciesMeta": {
"superjson": {
"optional": false
}
},
"devDependencies": {
"@commitlint/cli": "^19.7.1",
"@commitlint/config-conventional": "^19.7.1",
"@eslint/js": "^9.21.0",
"@types/express": "^5.0.0",
"@types/supertest": "^6.0.2",
"@vitest/coverage-v8": "3.0.8",
"@vitest/ui": "3.0.8",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-perfectionist": "^4.9.0",
"eslint-plugin-prettier": "^5.2.3",
"eslint-plugin-unicorn": "^57.0.0",
"express": "^4.21.2",
"husky": "^9.1.7",
"lint-staged": "^15.4.3",
"prettier": "^3.5.3",
"pretty-quick": "^4.1.1",
"rimraf": "^6.0.1",
"supertest": "^7.0.0",
"tsup": "^8.4.0",
"typescript": "^5.8.2",
"typescript-eslint": "^8.26.0",
"vitest": "^3.0.8"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "npm run lint:fix"
},
"files": [
"dist"
],
"keywords": [
"express",
"superjson",
"middleware"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BUR4KBEY/express-superjson.git"
},
"bugs": {
"url": "https://github.com/BUR4KBEY/express-superjson/issues"
},
"homepage": "https://github.com/BUR4KBEY/express-superjson#readme",
"funding": "https://burakbey.dev"
}