1 | {
|
2 | "name": "xterm-addon-fit",
|
3 | "version": "0.8.0",
|
4 | "author": {
|
5 | "name": "The xterm.js authors",
|
6 | "url": "https://xtermjs.org/"
|
7 | },
|
8 | "main": "lib/xterm-addon-fit.js",
|
9 | "types": "typings/xterm-addon-fit.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": "^5.0.0"
|
25 | }
|
26 | } |
\ | No newline at end of file |