Files
openit/utils/rm/package.json
GitHub Actions cd995d7629 Hello World
2022-06-30 02:18:52 +00:00

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"
}
}