midas-core
Version:
Enrich data with APIs
59 lines (58 loc) • 1.53 kB
JSON
{
"name": "midas-core",
"version": "0.0.5",
"description": "Enrich data with APIs",
"main": "./distribution/index.js",
"bin": {
"midas": "./distribution/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel source --presets babel-preset-es2015 --plugins syntax-dynamic-import --out-dir distribution"
},
"keywords": [
"enrich",
"api",
"enrichment",
"json",
"tranformation"
],
"author": "Patrick Holl",
"license": "Apache-2.0",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-syntax-dynamic-import": "^6.18.0",
"babel-preset-es2015": "^6.24.1",
"colors": "^1.1.2",
"command-line-args": "^5.0.2",
"object-path": "^0.11.4",
"prettyjson": "^1.2.1"
},
"dependencies": {
"camelcase": "^4.1.0",
"colors": "^1.1.2",
"command-line-args": "^5.0.2",
"csvjson": "^5.0.0",
"flat": "^4.0.0",
"fs-extra": "^5.0.0",
"google-spreadsheet": "^2.0.4",
"google-spreadsheet-as-promised": "^0.2.12",
"inquirer": "^5.1.0",
"json2csv": "^4.1.2",
"json2xls": "^0.1.2",
"jsonfile": "^4.0.0",
"jsonpath": "^1.0.0",
"load-json-file": "^4.0.0",
"mysql2": "^1.5.3",
"npm": "^5.7.1",
"object-path": "^0.11.4",
"prettyjson": "^1.2.1",
"read-json-sync": "^2.0.0",
"recursive-iterator": "^3.3.0",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"sqlstring": "^2.3.1",
"xlsx": "^0.12.2",
"xlsx-writestream": "^0.5.1"
}
}