hwp
Version:
HighWatermark Processing with Async Iterators
39 lines (38 loc) • 902 B
JSON
{
"name": "hwp",
"version": "0.4.1",
"description": "HighWatermark Processing with Async Iterators",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"lint": "eslint . --fix",
"test": "eslint . && node --test && npm run test:types",
"test:types": "tstyche"
},
"precommit": "test",
"repository": {
"type": "git",
"url": "git+https://github.com/mcollina/hwp.git"
},
"keywords": [
"async",
"iterator",
"highwatermark",
"high",
"watermark",
"processing"
],
"author": "Matteo Collina <hello@matteocollina.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mcollina/hwp/issues"
},
"homepage": "https://github.com/mcollina/hwp#readme",
"devDependencies": {
"@fastify/pre-commit": "^2.2.0",
"eslint": "^9.25.1",
"neostandard": "^0.12.1",
"tstyche": "^3.5.0",
"typescript": "^5.8.3"
}
}