Files
cyphernode/cyphernodeconf_docker/package.json
dependabot[bot] c750588be7 Bump validator from 10.11.0 to 13.7.0 in /cyphernodeconf_docker
Bumps [validator](https://github.com/validatorjs/validator.js) from 10.11.0 to 13.7.0.
- [Release notes](https://github.com/validatorjs/validator.js/releases)
- [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md)
- [Commits](https://github.com/validatorjs/validator.js/compare/10.11.0...13.7.0)

---
updated-dependencies:
- dependency-name: validator
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-11-03 18:27:53 +00:00

38 lines
932 B
JSON

{
"name": "cyphernodeconf",
"version": "0.0.0",
"description": "",
"homepage": "",
"scripts": {
"test": "jest",
"coverageHtml": "jest --coverage --coverageReporters html",
"lint": "./node_modules/.bin/eslint lib/**/*.js",
"lintfix": "./node_modules/.bin/eslint lib/**/**.js --fix"
},
"author": "jash <jash@schulterklopfer-productions.de>",
"main": "lib/index.js",
"keywords": [
"cyphernode"
],
"dependencies": {
"@rauschma/stringio": "^1.4.0",
"ajv": "^6.10.0",
"chalk": "^2.4.2",
"coinstring": "^2.3.0",
"colorsys": "^1.0.22",
"ejs": "^2.6.1",
"inquirer": "^6.3.1",
"lunicode": "^2.0.1",
"parse5": "^5.1.0",
"tmp": "^0.1.0",
"validator": "^13.7.0",
"wrap-ansi": "^5.1.0"
},
"devDependencies": {
"eslint": "^5.16.0",
"jest": "^24.8.0"
},
"repository": "git@github.com:schulterklopfer/cyphernodeconf.git",
"license": "MIT"
}