UNPKG

623 BJSONView Raw
1{
2 "name": "xterm-addon-search",
3 "version": "0.10.0-beta.3",
4 "author": {
5 "name": "The xterm.js authors",
6 "url": "https://xtermjs.org/"
7 },
8 "main": "lib/xterm-addon-search.js",
9 "types": "typings/xterm-addon-search.d.ts",
10 "repository": "https://github.com/xtermjs/xterm.js",
11 "license": "MIT",
12 "keywords": [
13 "terminal",
14 "xterm",
15 "xterm.js"
16 ],
17 "scripts": {
18 "build": "../../node_modules/.bin/tsc -p .",
19 "prepackage": "npm run build",
20 "package": "../../node_modules/.bin/webpack",
21 "prepublishOnly": "npm run package"
22 },
23 "peerDependencies": {
24 "xterm": "^4.0.0"
25 }
26}
\No newline at end of file