@tty-pt/ndc
Version:
ndc example project
91 lines • 1.88 kB
JSON
{
"name": "@tty-pt/ndc",
"version": "0.13.4",
"description": "ndc example project",
"main": "cjs/ndc.js",
"browser": "htdocs/ndc.js",
"module": "esm/ndc.js",
"entry": "ndc.js",
"template": "index.html",
"library": "ttyNdc",
"exports": {
".": {
"import": "./ndc.js",
"types": "./types/ndc.d.ts",
"default": "./cjs/ndc.js"
},
"./ndc.css": "./htdocs/ndc.css"
},
"external": {
"lodash": "global lodash",
"@xterm/addon-fit": "global FitAddon",
"@xterm/addon-web-links": "global WebLinksAddon",
"@xterm/xterm": "global Terminal"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tty-pt/ndc.git"
},
"author": "quirinpa",
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/tty-pt/ndc/issues"
},
"homepage": "",
"devDependencies": {
"@tty-pt/mk": "^0.0.13",
"@tty-pt/qdb": "^0.2.6",
"@tty-pt/scripts": "^0.7.2",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"lodash": "^4.17.21"
},
"peerDependencies": {
"@tty-pt/mk": "^0.0.13",
"@tty-pt/qdb": "^0.2.6",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/xterm": "^5.5.0",
"lodash": "^4.17.21"
},
"keywords": [
"ndc",
"terminal",
"tty",
"WebSocket",
"WebSockets",
"ws",
"session",
"mux",
"multiplexer"
],
"serve": [
"art"
],
"bin": {
"ndc": "./ndc-cli.js"
},
"files": [
"ndc.css",
"htdocs",
".index",
"cjs",
"esm",
"src/*.c",
"ndc.pc",
"ndc.js",
"include",
"Makefile"
],
"scripts": {
"test": "scripts test",
"build": "scripts build",
"watch": "scripts watch",
"lint": "scripts lint",
"postinstall": "make"
}
}