-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1015 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 1015 Bytes
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
39
40
41
42
{
"name": "hyper-copy-as-html",
"version": "1.0.8",
"description": "Plugin to bring \"copy-as-html\" feature to hyper.",
"main": "build/index.js",
"homepage": "https://github.com/nardoor/hyper-copy-as-html",
"keywords": [
"hyper",
"hyper-plugin",
"hyperterm",
"hyperterm-plugin",
"plugin",
"html",
"copy",
"typescript"
],
"repository": {
"type": "git",
"url": "git+https://github.com/nardoor/hyper-copy-as-html"
},
"scripts": {
"build": "tsc",
"build-dev": "tsc --watch"
},
"author": "github.com/nardoor",
"license": "ISC",
"devDependencies": {
"@types/node": "^17.0.23",
"@types/react": "^17.0.43",
"@types/redux": "^3.6.0",
"@types/seamless-immutable": "^7.1.16",
"electron": "^18.0.1",
"react": "^18.0.0",
"redux": "^4.1.2",
"seamless-immutable": "^7.1.4",
"typescript": "^4.6.3",
"xterm": "^4.18.0",
"xterm-addon-fit": "^0.5.0",
"xterm-addon-search": "^0.8.2"
},
"dependencies": {}
}