@axway-api-builder-ext/api-builder-plugin-fn-file
Version:
File Flow-Node to read/write files as part of an API-Builder flow.
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "@axway-api-builder-ext/api-builder-plugin-fn-file",
"version": "0.1.0",
"description": "File Flow-Node to read/write files as part of an API-Builder flow.",
"author": "Chris Wiechmann <cwiechmann@axway.com> (http://www.axway.com)",
"license": "Apache-2.0",
"keywords": [
"amplify",
"api-builder",
"axway",
"file",
"csv",
"yaml",
"json",
"xml"
],
"homepage": "https://github.com/Axway-API-Builder-Ext/api-builder-extras/tree/master/api-builder-plugin-fn-file",
"bugs": {
"url": "https://github.com/Axway-API-Builder-Ext/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/Axway-API-Builder-Ext/api-builder-extras.git"
},
"engines": {
"node": ">=10.0",
"apibuilder": ">= 4.5.0"
},
"main": "src/index.js",
"files": [
"src",
"README.md"
],
"dependencies": {
"@axway/api-builder-sdk": "^1.0.7",
"csv-parse": "^4.15.3",
"lodash": "^4.17.21"
},
"devDependencies": {
"@axway/api-builder-test-utils": "^1.6.0",
"chai": "^4.3.4",
"mocha": "^9.1.4",
"tmp": "^0.2.1"
},
"scripts": {
"test": "mocha ./test --recursive -R spec"
}
}