Files

26 lines
662 B
JSON
Raw Permalink Normal View History

2019-05-31 19:58:12 -07:00
{
2023-11-01 10:35:10 -07:00
"name": "@xterm/addon-attach",
"version": "0.12.0",
2019-05-31 19:58:12 -07:00
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
},
2023-11-01 10:35:10 -07:00
"main": "lib/addon-attach.js",
2024-07-05 11:48:42 -07:00
"module": "lib/addon-attach.mjs",
2023-11-01 10:35:10 -07:00
"types": "typings/addon-attach.d.ts",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-attach",
2019-05-31 19:58:12 -07:00
"license": "MIT",
2022-01-30 05:47:58 -08:00
"keywords": [
"terminal",
"xterm",
"xterm.js"
],
2019-05-31 19:58:12 -07:00
"scripts": {
2026-02-13 05:29:22 -08:00
"build": "../../node_modules/.bin/tsgo -p .",
2019-06-10 14:28:07 -07:00
"prepackage": "npm run build",
"package": "../../node_modules/.bin/webpack",
"prepublishOnly": "npm run package",
2024-07-05 08:46:15 -07:00
"start": "node ../../demo/start"
2019-05-31 19:58:12 -07:00
}
}