Files

27 lines
656 B
JSON
Raw Permalink Normal View History

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