Add keywords to package.json

I noticed we have no search tags on npmjs.com
This commit is contained in:
Daniel Imms
2022-01-30 05:43:20 -08:00
committed by GitHub
parent 6c18b7f2cc
commit 1695baa5b0
+15
View File
@@ -7,6 +7,21 @@
"types": "typings/xterm.d.ts",
"repository": "https://github.com/xtermjs/xterm.js",
"license": "MIT",
"keywords": [
"cli",
"command-line",
"console",
"pty",
"shell",
"ssh",
"styles",
"terminal-emulator",
"terminal",
"tty",
"vt100",
"webgl",
"xterm"
],
"scripts": {
"prepackage": "npm run build",
"package": "webpack",