bare-tty
Version:
Native TTY streams for JavaScript
51 lines (50 loc) • 1.1 kB
JSON
{
"name": "bare-tty",
"version": "5.0.2",
"description": "Native TTY streams for JavaScript",
"exports": {
".": {
"types": "./index.d.ts",
"default": "./index.js"
},
"./package": "./package.json",
"./constants": "./lib/constants.js"
},
"files": [
"index.js",
"index.d.ts",
"binding.c",
"binding.js",
"CMakeLists.txt",
"lib",
"prebuilds"
],
"addon": true,
"scripts": {
"test": "prettier . --check && bare test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/holepunchto/bare-tty.git"
},
"author": "Holepunch",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/holepunchto/bare-tty/issues"
},
"homepage": "https://github.com/holepunchto/bare-tty#readme",
"engines": {
"bare": ">=1.16.0"
},
"dependencies": {
"bare-events": "^2.2.0",
"bare-signals": "^4.0.0",
"bare-stream": "^2.0.0"
},
"devDependencies": {
"brittle": "^3.2.1",
"cmake-bare": "^1.1.6",
"prettier": "^3.4.1",
"prettier-config-standard": "^7.0.0"
}
}