@ronnakamoto/inp-middleware
Version:
INP Protocol middleware for Express.js and Next.js applications - API-driven implementation with automatic metrics integration
64 lines (63 loc) • 1.52 kB
JSON
{
"name": "@ronnakamoto/inp-middleware",
"version": "1.0.9",
"description": "INP Protocol middleware for Express.js and Next.js applications - API-driven implementation with automatic metrics integration",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src --ext .ts",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build && npm test"
},
"keywords": [
"inp",
"payment",
"middleware",
"express",
"nextjs",
"blockchain",
"cryptocurrency",
"api",
"protocol",
"http402"
],
"author": "INP Protocol Team",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/inp-protocol/inp.git",
"directory": "packages/inp-middleware"
},
"bugs": {
"url": "https://github.com/inp-protocol/inp/issues"
},
"homepage": "https://github.com/inp-protocol/inp#readme",
"peerDependencies": {
"express": "^4.18.0 || ^5.0.0"
},
"devDependencies": {
"@types/express": "^5.0.3",
"@types/jest": "^29.5.14",
"@types/node": "^20.0.0",
"@types/supertest": "^6.0.3",
"jest": "^29.7.0",
"supertest": "^7.1.1",
"ts-jest": "^29.4.0",
"typescript": "^5.5.3"
},
"engines": {
"node": ">=18.0.0"
}
}