Files
emacs/lisp/emacs-application-framework/app/terminal/package.json
2022-01-04 15:21:47 +01:00

31 lines
831 B
JSON

{
"name": "eaf-terminal",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"node-pty-prebuilt-multiarch": "^0.10.0",
"ws": "^7.4.6",
"xterm": "^4.13.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.8.0",
"xterm-addon-web-links": "^0.4.0"
},
"bugs": {
"url": "https://github.com/emacs-eaf/emacs-application-framework/issues"
},
"homepage": "https://github.com/emacs-eaf/emacs-application-framework#readme",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/emacs-eaf/emacs-application-framework.git"
},
"description": ""
}