Spaces:
Running
Running
| { | |
| "name": "chatglm-token-scraper", | |
| "version": "1.0.0", | |
| "main": "app.js", | |
| "type": "module", | |
| "scripts": { | |
| "start": "node app.js" | |
| }, | |
| "dependencies": { | |
| "express": "^4.18.2", | |
| "puppeteer-core": "^22.5.0" | |
| } | |
| } | |