mirror of
https://github.com/taixingyiji/openit.git
synced 2025-11-01 03:22:18 +00:00
29 lines
590 B
JSON
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"
|
|
}
|
|
}
|