Kronos-Integration/kronos-step-file

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "kronos-step-file",
  "version": "0.0.0-semantic-release",
  "main": "file.js",
  "description": "std file input output step",
  "keywords": [
    "kronos-step"
  ],
  "contributors": [
    {
      "name": "Torsten Link",
      "email": "torstenlink@gmx.de"
    },
    {
      "name": "Markus Felten",
      "email": "markus.felten@gmx.de"
    }
  ],
  "license": "BSD-2-Clause",
  "scripts": {
    "cover": "./node_modules/istanbul/lib/cli.js cover --hook-run-in-context ./node_modules/mocha/bin/_mocha -- --R spec --U exports tests/*-test.js",
    "doc": "./node_modules/.bin/jsdoc lib/*.js",
    "semantic-release": "semantic-release",
    "test": "./node_modules/.bin/mocha tests/*-test.js"
  },
  "dependencies": {
    "kronos-endpoint": "^2.13.4",
    "kronos-step": "^5.3.7"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "cz-conventional-changelog": "3.0.2",
    "istanbul": "0.4.5",
    "jsdoc": "3.6.3",
    "kronos-service-manager": "^3.4.20",
    "kronos-test-step": "3.1.4",
    "mocha": "^7.0.1",
    "semantic-release": "^16.0.0",
    "stream-equal": "^1.1.1",
    "tmp": "0.1.0"
  },
  "engines": {
    "node": ">=10.10"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Kronos-Integration/kronos-step-file.git"
  },
  "bugs": {
    "url": "https://github.com/Kronos-Integration/kronos-step-file/issues"
  },
  "homepage": "https://github.com/Kronos-Integration/kronos-step-file#readme",
  "xo": {
    "space": true
  },
  "template": {
    "repository": {
      "url": "https://github.com/Kronos-Tools/npm-package-template-minimal.git"
    }
  }
}