-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.29 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "lens",
"version": "0.0.0",
"private": true,
"description": "High-performance image proxy and web services toolkit with IPX, screenshot capture, font serving, and OG image generation",
"keywords": [
"fonts",
"image-proxy",
"ipx",
"nitro",
"og-images",
"performance",
"screenshot",
"typescript",
"web-services"
],
"homepage": "https://github.com/bysages/lens#readme",
"bugs": {
"url": "https://github.com/bysages/lens/issues"
},
"license": "MIT",
"author": {
"name": "By Sages",
"email": "official@bysages.com",
"url": "https://www.bysages.com/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bysages/lens.git"
},
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "vp check --fix",
"postinstall": "nitro prepare && vp config"
},
"devDependencies": {
"@mozilla/readability": "0.6.0",
"@types/node": "25.6.0",
"@types/turndown": "5.0.6",
"@vercel/og": "0.11.1",
"cheerio": "1.2.0",
"ioredis": "5.10.1",
"ipdo": "0.0.6",
"ipx": "4.0.0-alpha.1",
"linkedom": "0.18.12",
"nitro": "3.0.260311-beta",
"playwright": "1.59.1",
"turndown": "7.2.4",
"vite-plus": "0.1.16"
}
}