mirror of
https://github.com/mii443/sindan-client.git
synced 2025-08-22 16:25:41 +00:00
28 lines
655 B
JSON
28 lines
655 B
JSON
{
|
|
"name": "linux",
|
|
"version": "2.0.0",
|
|
"description": "sindan-client-linux",
|
|
"main": "speedindex.js",
|
|
"dependencies": {
|
|
"log": "^6.0.0",
|
|
"npm": "^9.1.1",
|
|
"npm-check-updates": "^16.4.0",
|
|
"puppeteer-core": "^1.11.0",
|
|
"speedline": "^1.4.3"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "bashow",
|
|
"license": "ISC",
|
|
"keywords": [],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/SINDAN/sindan-client.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/SINDAN/sindan-client/issues"
|
|
},
|
|
"homepage": "https://github.com/SINDAN/sindan-client#readme"
|
|
}
|