mirror of
https://github.com/taixingyiji/openit.git
synced 2025-10-27 22:32:19 +00:00
27 lines
580 B
JSON
27 lines
580 B
JSON
{
|
|
"name": "urlignore",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index",
|
|
"major": "node major"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/wu-mx/URLignore.git"
|
|
},
|
|
"author": "",
|
|
"license": "GPL-3.0-or-later",
|
|
"bugs": {
|
|
"url": "https://github.com/wu-mx/URLignore/issues"
|
|
},
|
|
"homepage": "https://github.com/wu-mx/URLignore#readme",
|
|
"dependencies": {
|
|
"axios": "^0.27.2",
|
|
"clash-proxy": "^0.0.2",
|
|
"geoip-lite": "^1.4.5",
|
|
"single-line-log": "^1.1.2"
|
|
}
|
|
}
|