41 lines
734 B
JSON
41 lines
734 B
JSON
|
{
|
||
|
"name": "prompt-sync",
|
||
|
"version": "4.2.0",
|
||
|
"description": "a synchronous prompt for node.js",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "node test"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/heapwolf/prompt-sync.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"prompt",
|
||
|
"sync",
|
||
|
"blocking",
|
||
|
"readline",
|
||
|
"input",
|
||
|
"getline",
|
||
|
"repl",
|
||
|
"history"
|
||
|
],
|
||
|
"contributors": [
|
||
|
{
|
||
|
"name": "Paolo Fragomeni",
|
||
|
"email": "paolo@async.ly"
|
||
|
},
|
||
|
{
|
||
|
"name": "David Mark Clements",
|
||
|
"email": "david.clements@nearform.com"
|
||
|
}
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"devDependencies": {
|
||
|
"prompt-sync-history": "^1.0.1"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"strip-ansi": "^5.0.0"
|
||
|
}
|
||
|
}
|