21 lines
549 B
JSON
21 lines
549 B
JSON
{
|
|
"name": "xterm-addon-webgl",
|
|
"version": "0.2.1",
|
|
"author": {
|
|
"name": "The xterm.js authors",
|
|
"url": "https://xtermjs.org/"
|
|
},
|
|
"main": "lib/xterm-addon-webgl.js",
|
|
"types": "typings/xterm-addon-webgl.d.ts",
|
|
"repository": "https://github.com/xtermjs/xterm.js",
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"build": "../../node_modules/.bin/tsc -p src",
|
|
"prepackage": "npm run build",
|
|
"package": "../../node_modules/.bin/webpack",
|
|
"prepublishOnly": "npm run package"
|
|
},
|
|
"peerDependencies": {
|
|
"xterm": "^4.0.0"
|
|
}
|
|
} |