gulp-etl-target-csv
Version:
Convert .jsonl gulp-etl files to CSV
61 lines • 1.5 kB
JSON
{
"name": "gulp-etl-target-csv",
"version": "1.0.12",
"repository": "https://github.com/gulpetl/gulp-etl-target-csv",
"description": "Convert .jsonl gulp-etl files to CSV",
"main": "dist/js/plugin.js",
"typings": "dist/types/plugin.d.ts",
"files": [
"dist"
],
"author": "peterl@sbcotton.com",
"license": "MIT",
"keywords": [
"gulpplugin",
"csv",
"gulp-etl",
"gulpetl",
"etl",
"data",
"node-red"
],
"node-red": {
"nodes": {
"gulpetl-target-csv": "gulpetl-target-csv.js"
}
},
"homepage": "https://docs.gulpetl.com",
"dependencies": {
"@gulpetl/node-red-core": "^0.0.11",
"csv-stringify": "^6.5.2",
"loglevel": "^1.9.2",
"pkginfo": "^0.4.1",
"plugin-error": "^2.0.1",
"replace-ext": "^2.0.0",
"split2": "^4.2.0",
"stream-transform": "^3.3.3",
"through2": "^4.0.2"
},
"devDependencies": {
"@types/gulp": "^4.0.17",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.3",
"@types/replace-ext": "2.0.2",
"@types/vinyl": "^2.0.12",
"gulp": "^5.0.1",
"gulp-data": "^1.3.1",
"jest": "^30.0.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.3",
"vinyl": "^3.0.1"
},
"scripts": {
"build": "tsc && tsc --module commonjs --outDir dist/lib",
"prebuild": "npm run clean",
"clean": "rimraf --glob dist/*",
"bump": "npm version patch && git push --tags origin master",
"test": "jest"
}
}