File size: 522 Bytes
68ca1f1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "name": "html-processor",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@jill64/cf-tiktoken": "^1.0.7",
    "body-parser": "^1.20.3",
    "cheerio": "^1.0.0",
    "express": "^4.21.2",
    "html-minifier": "^4.0.0",
    "html-prettify": "^1.0.7",
    "multer": "^1.4.5-lts.1",
    "node-html-parser": "^7.0.1",
    "prettier": "^3.4.2"
  }
}