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

29 lines
590 B
JSON

{
"name": "clash-proxy",
"version": "0.0.2",
"description": "simple javascript api for clash",
"main": "index.js",
"scripts": {
"test": "node test"
},
"keywords": [
"clash"
],
"author": "Lsong",
"license": "MIT",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/song940/clash-proxy.git"
},
"bugs": {
"url": "https://github.com/song940/clash-proxy/issues"
},
"homepage": "https://github.com/song940/clash-proxy#readme",
"dependencies": {
"isomorphic-fetch": "^2.2.1"
}
}