mirror of
https://github.com/wavetermdev/xterm.js.git
synced 2026-08-05 13:43:48 -07:00
27 lines
645 B
JSON
27 lines
645 B
JSON
{
|
|
"name": "@xterm/addon-attach",
|
|
"version": "0.10.0",
|
|
"author": {
|
|
"name": "The xterm.js authors",
|
|
"url": "https://xtermjs.org/"
|
|
},
|
|
"main": "lib/addon-attach.js",
|
|
"types": "typings/addon-attach.d.ts",
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-attach",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"terminal",
|
|
"xterm",
|
|
"xterm.js"
|
|
],
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/tsc -p .",
|
|
"prepackage": "npm run build",
|
|
"package": "../../node_modules/.bin/webpack",
|
|
"prepublishOnly": "npm run package"
|
|
},
|
|
"peerDependencies": {
|
|
"@xterm/xterm": "^5.0.0"
|
|
}
|
|
}
|