ndjson-stream
Version:
This library provides TransformStream for ndjson.
27 lines (26 loc) • 622 B
JSON
{
"name": "ndjson-stream",
"version": "1.0.0",
"description": "This library provides TransformStream for ndjson.",
"main": "dist/index.js",
"module": "dist/esm/index.js",
"scripts": {
"build": "npm run build:cjs && npm run build:esm",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json",
"test": "jest"
},
"keywords": [
"ndjson",
"jsonl",
"TransformStream"
],
"author": "Masamitsu MURASE",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.4",
"jest": "^29.6.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}