mirror of
https://github.com/ish-app/ish.git
synced 2026-01-25 14:06:40 +00:00
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"name": "xtermjs-glue",
|
|
"scripts": {
|
|
"build": "parcel build --out-dir xterm-dist --public-url . --no-source-maps term.html"
|
|
},
|
|
"dependencies": {
|
|
"xterm": "^2.9.2"
|
|
},
|
|
"devDependencies": {
|
|
"parcel-bundler": "^1.7.1"
|
|
}
|
|
}
|