2019-06-14 23:55:17 -07:00
|
|
|
{
|
2023-11-01 06:44:26 -07:00
|
|
|
"name": "@xterm/addon-webgl",
|
2024-03-01 08:39:19 -08:00
|
|
|
"version": "0.17.0",
|
2019-06-14 23:55:17 -07:00
|
|
|
"author": {
|
|
|
|
|
"name": "The xterm.js authors",
|
|
|
|
|
"url": "https://xtermjs.org/"
|
|
|
|
|
},
|
2023-11-01 06:44:26 -07:00
|
|
|
"main": "lib/addon-webgl.js",
|
|
|
|
|
"types": "typings/addon-webgl.d.ts",
|
|
|
|
|
"repository": "https://github.com/xtermjs/xterm.js/tree/master/addons/addon-webgl",
|
2019-06-14 23:55:17 -07:00
|
|
|
"license": "MIT",
|
2022-01-30 05:47:58 -08:00
|
|
|
"keywords": [
|
|
|
|
|
"terminal",
|
|
|
|
|
"webgl",
|
|
|
|
|
"xterm",
|
|
|
|
|
"xterm.js"
|
|
|
|
|
],
|
2019-06-14 23:55:17 -07:00
|
|
|
"scripts": {
|
2020-09-15 10:49:21 -07:00
|
|
|
"build": "../../node_modules/.bin/tsc -p .",
|
2019-06-14 23:55:17 -07:00
|
|
|
"prepackage": "npm run build",
|
|
|
|
|
"package": "../../node_modules/.bin/webpack",
|
2023-09-08 10:35:38 -07:00
|
|
|
"prepublishOnly": "npm run package",
|
2023-09-08 14:10:37 -07:00
|
|
|
"start-server-only": "node ../../demo/start-server-only"
|
2019-06-14 23:55:17 -07:00
|
|
|
},
|
|
|
|
|
"peerDependencies": {
|
2023-11-01 11:06:30 -07:00
|
|
|
"@xterm/xterm": "^5.0.0"
|
2019-06-14 23:55:17 -07:00
|
|
|
}
|
|
|
|
|
}
|