speedtest/package.json

21 lines
445 B
JSON

{
"name": "speedtest",
"version": "1.0.0",
"description": "Check and log the internet speed",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/node": "^13.1.6",
"exceljs": "^3.5.0",
"moment": "^2.24.0",
"npm": "^6.13.6",
"speedtest-net": "^1.6.0",
"typescript": "^3.7.4"
}
}