UNPKG

ffc-pay-etl-framework

Version:

A framework for creating ETL pipelines in node

52 lines (51 loc) 1.31 kB
{ "name": "ffc-pay-etl-framework", "version": "1.4.5", "description": "A framework for creating ETL pipelines in node", "main": "index.js", "repository": "https://github.com/DEFRA/ffc-pay-etl-framework", "author": "Defra", "contributors": [ "Charlie Benger-Stevenson charlie.benger-stevenson.external@eviden.com", "Leigh Godson leigh.godson@atos.net", "Sam Plackett samuel.plackett@atos.net" ], "license": "OGL-UK-3.0", "dependencies": { "@faker-js/faker": "8.4.1", "csv-parse": "6.1.0", "sequelize": "6.37.8", "validator": "13.15.23" }, "devDependencies": { "debug": "4.3.6", "eslint": "9.39.1", "jest": "29.7.0", "jest-junit": "17.0.0", "neostandard": "0.12.2", "nodemon": "3.1.4", "prettier": "3.3.3" }, "overrides": { "sequelize": { "uuid": "11.1.1" } }, "scripts": { "test": "jest", "test:unit": "PORT=0 node --experimental-vm-modules node_modules/jest/bin/jest.js --testPathPatterns=test/unit", "test:watch": "jest --watchAll", "test:lint": "eslint", "test:lint:fix": "eslint --fix", "dev": "nodemon index.js", "example": "node ./examples/sql-return-values.js" }, "keywords": [ "ETL" ], "nodemonConfig": { "ignore": [ "**/test-output/**" ] } }