gterm/package.json

27 lines
627 B
JSON
Raw Normal View History

2021-11-16 15:57:32 +00:00
{
"name": "gterm",
"version": "1.0.0",
"repository": "git@kumoly.io:tools/gterm.git",
"author": "Evan Chen <evanchen@kumoly.io>",
"license": "MIT",
2021-11-16 18:04:21 +00:00
"scripts": {
"build":"rm public/*.js public/*.css && yarn parcel build index.html"
},
2021-11-16 15:57:32 +00:00
"dependencies": {
"parcel": "^2.0.1",
"xterm": "^4.15.0",
"xterm-addon-attach": "^0.6.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-serialize": "^0.6.1",
"xterm-addon-unicode11": "^0.3.0",
"xterm-addon-web-links": "^0.4.0"
2021-11-16 18:04:21 +00:00
},
"targets":{
"default":{
"distDir":"public",
"publicUrl":"./",
"sourceMap": false
}
2021-11-16 15:57:32 +00:00
}
}