File size: 327 Bytes
8032156
cf47675
8032156
cf47675
8032156
 
 
 
 
cf47675
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

{
  "name": "hf-decoder-plugin",
  "version": "1.0.0",
  "description": "Secure KeyLock decoder running on Hugging Face Spaces",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.19.2",
    "multer": "^1.4.5-lts.1",
    "sharp": "^0.33.3"
  }
}