Hello World

This commit is contained in:
GitHub Actions
2022-06-30 02:18:52 +00:00
commit cd995d7629
2562 changed files with 457732 additions and 0 deletions

26
utils/rm/package.json Normal file
View File

@@ -0,0 +1,26 @@
{
"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"
}
}