Files

27 lines
632 B
JSON
Raw Permalink Normal View History

2019-05-31 21:25:35 -07:00
{
2023-11-01 10:35:10 -07:00
"name": "@xterm/addon-fit",
2024-03-01 08:39:19 -08:00
"version": "0.9.0",
2019-05-31 21:25:35 -07:00
"author": {
"name": "The xterm.js authors",
"url": "https://xtermjs.org/"
},
2023-11-01 10:35:10 -07:00
"main": "lib/addon-fit.js",
"types": "typings/addon-fit.d.ts",
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-fit",
2019-05-31 21:25:35 -07:00
"license": "MIT",
2022-01-30 05:47:58 -08:00
"keywords": [
"terminal",
"xterm",
"xterm.js"
],
2019-05-31 21:25:35 -07:00
"scripts": {
"build": "../../node_modules/.bin/tsc -p .",
2019-06-10 14:28:07 -07:00
"prepackage": "npm run build",
"package": "../../node_modules/.bin/webpack",
"prepublishOnly": "npm run package"
2019-05-31 21:25:35 -07:00
},
"peerDependencies": {
"@xterm/xterm": "^5.0.0"
2019-05-31 21:25:35 -07:00
}
}