UNPKG

@wmfs/tymly-etl-plugin

Version:

A collection of states for helping with Extract, Transform and Load tasks.

62 lines (61 loc) 1.59 kB
{ "name": "@wmfs/tymly-etl-plugin", "version": "1.142.0", "description": "A collection of states for helping with Extract, Transform and Load tasks.", "homepage": "https://github.com/wmfs/tymly-etl-plugin#readme", "author": "West Midlands Fire Service", "keywords": [ "tymly", "plugin", "extract", "transform", "load", "tasks" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/wmfs/tymly-etl-plugin.git" }, "bugs": { "url": "https://github.com/wmfs/tymly-etl-plugin/issues" }, "main": "./lib/index.js", "dependencies": { "debug": "4.2.0", "@wmfs/smithereens": "1.41.0", "@wmfs/xml-flatten2csv": "1.3.0", "@wmfs/xml2csv": "1.17.0" }, "devDependencies": { "chai": "4.2.0", "codecov": "3.7.2", "conventional-changelog-metahub": "4.0.1", "csvtojson": "2.0.10", "cz-conventional-changelog": "3.3.0", "glob": "7.1.6", "mocha": "8.1.3", "nyc": "15.1.0", "semantic-release": "17.1.2", "standard": "14.3.4", "@semantic-release/changelog": "5.0.1", "@semantic-release/git": "9.0.0", "@semantic-release/exec": "5.0.0", "@wmfs/tymly-test-helpers": "1.7.0", "@wmfs/tymly": "1.162.0" }, "scripts": { "lint": "standard", "test": "nyc mocha && standard", "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov", "semantic-release": "semantic-release" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "publishConfig": { "access": "public" } }