dipe
Version:
> Let your data flow.
33 lines (32 loc) • 675 B
JSON
{
"name": "dipe",
"version": "0.4.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*"
],
"repository": {
"type": "git",
"directory": "packages/data-pipe",
"url": "https://github.com/DavideBruner/data-pipe.git"
},
"scripts": {
"clean": "rimraf dist",
"build": "tsc --build",
"test": "jest",
"lint": "eslint \"./src/**/*.{ts,tsx}\" --max-warnings=0"
},
"license": "MIT",
"gitHead": "83b9eb773a0b46bedbea784ffd7dcaad19f549cf",
"keywords": [
"stream",
"data-processing",
"pipelines",
"data"
],
"devDependencies": {
"@types/jest": "^28.1.8",
"ts-jest": "^28.0.8"
}
}