Files

29 lines
727 B
JSON
Raw Permalink Normal View History

2023-09-20 14:33:09 -04:00
{
2023-11-03 11:45:21 -07:00
"name": "@xterm/addon-clipboard",
"version": "0.2.0",
2023-09-20 14:33:09 -04:00
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
},
2023-11-03 11:45:21 -07:00
"main": "lib/addon-clipboard.js",
2024-07-05 11:48:42 -07:00
"module": "lib/addon-clipboard.mjs",
2023-11-03 11:45:21 -07:00
"types": "typings/addon-clipboard.d.ts",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-clipboard",
2023-09-20 14:33:09 -04:00
"license": "MIT",
"keywords": [
"terminal",
"xterm",
"xterm.js"
],
"scripts": {
2026-02-13 05:29:22 -08:00
"build": "../../node_modules/.bin/tsgo -p .",
2023-09-20 14:33:09 -04: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"
2023-09-20 14:33:09 -04:00
},
"dependencies": {
"js-base64": "^3.7.5"
}
}