-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
38 lines (38 loc) · 1001 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": "xterm-benchmark",
"version": "0.3.1",
"description": "A benchmark tool for measuring performance in xterm.js",
"main": "./lib/index.js",
"scripts": {
"tsc": "tsc",
"watch": "tsc -w",
"prepublish": "npm run tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xtermjs/xterm-benchmark.git"
},
"author": "The xterm.js authors",
"license": "MIT",
"bugs": {
"url": "https://github.com/xtermjs/xterm-benchmark/issues"
},
"bin": {
"xterm-benchmark": "./lib/cli.js"
},
"homepage": "https://github.com/xtermjs/xterm-benchmark#readme",
"dependencies": {
"@types/app-root-path": "^1.2.4",
"@types/cli-table": "^0.3.0",
"@types/mathjs": "^6.0.11",
"@types/mocha": "^8.2.1",
"@types/node": "^12.12.37",
"@types/puppeteer": "^5.4.3",
"app-root-path": "^3.0.0",
"cli-table": "^0.3.6",
"columnify": "^1.5.4",
"commander": "^6.2.1",
"mathjs": "^9.3.0",
"typescript": "^4.2.3"
}
}