-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 776 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 776 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
{
"name": "mlab-speedtest-cli",
"version": "1.1.0",
"description": "Command-line interface for mLab speed test",
"main": "main.js",
"bin": {
"mlab-speedtest": "./main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Atakan Baltaci",
"license": "Apache-2.0",
"dependencies": {
"@m-lab/ndt7": "^0.0.6",
"chalk": "^4.1.2",
"dotenv": "^16.4.5",
"log-update": "^6.1.0"
},
"devDependencies": {
"jest": "^29.7.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bathiatuss/mlab-speedtest-cli.git"
},
"bugs": {
"url": "https://github.com/bathiatuss/mlab-speedtest-cli/issues"
},
"homepage": "https://github.com/bathiatuss/mlab-speedtest-cli#readme"
}