forked from wavesoft/local-echo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 817 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@tomof/local-echo",
"version": "0.2.0",
"description": "A local echo controller for xterm.js",
"main": "index.js",
"scripts": {
"test": "vitest",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wavesoft/local-echo.git"
},
"keywords": [
"xterm",
"echo",
"terminal",
"local",
"echo"
],
"author": "Ioannis Charalampidis",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/wavesoft/local-echo/issues"
},
"homepage": "https://github.com/wavesoft/local-echo#readme",
"devDependencies": {
"@types/shell-quote": "^1.7.5",
"typescript": "^5.4.5",
"vitest": "^1.5.3"
},
"dependencies": {
"shell-quote": "^1.8.1"
},
"peerDependencies": {
"@xterm/xterm": "^5.0.0"
}
}