Files
cyphernode/cyphernodeconf_docker/package.json
dependabot[bot] e1f21d8a51 Bump ajv from 6.10.0 to 6.12.3 in /cyphernodeconf_docker (#245)
Bumps [ajv](https://github.com/ajv-validator/ajv) from 6.10.0 to 6.12.3.
- [Release notes](https://github.com/ajv-validator/ajv/releases)
- [Commits](https://github.com/ajv-validator/ajv/compare/v6.10.0...v6.12.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-21 15:33:03 -04: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.12.3",
"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"
}