Spaces:
Sleeping
Sleeping
| { | |
| "name": "iqc-canvas-hf", | |
| "version": "1.0.0", | |
| "description": "IQC Canvas GET Generator for HuggingFace", | |
| "main": "index.js", | |
| "type": "commonjs", | |
| "scripts": { | |
| "start": "node index.js" | |
| }, | |
| "dependencies": { | |
| "@napi-rs/canvas": "^0.1.45", | |
| "emoji-db": "^15.0.0", | |
| "express": "^4.19.2", | |
| "iqc-canvas": "^1.0.0" | |
| } | |
| } |