{ "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 ", "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": "^10.11.0", "wrap-ansi": "^5.1.0" }, "devDependencies": { "eslint": "^5.16.0", "jest": "^24.8.0" }, "repository": "git@github.com:schulterklopfer/cyphernodeconf.git", "license": "MIT" }