console-read-write
Version:
Utilities for reading from and writing to the Node.js console
42 lines (41 loc) • 826 B
JSON
{
"name": "console-read-write",
"version": "0.1.1",
"description": "Utilities for reading from and writing to the Node.js console",
"main": "index.js",
"scripts": {
"lint": "xo",
"test": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/assister-ai/console-read-write.git"
},
"files": [
"index.js"
],
"keywords": [
"console",
"readline",
"util",
"prompt",
"cli"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/assister-ai/console-read-write/issues"
},
"homepage": "https://github.com/assister-ai/console-read-write#readme",
"dependencies": {
"await-lock": "1.1.3"
},
"devDependencies": {
"xo": "0.24.0"
},
"xo": {
"space": 2,
"rules": {
"unicorn/no-process-exit": 0
}
}
}