-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (55 loc) · 1.3 KB
/
package.json
File metadata and controls
56 lines (55 loc) · 1.3 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
55
56
{
"name": "transcriptify",
"version": "1.0.6",
"description": "Generate beautiful, secure HTML transcripts from Discord channels.",
"main": "dist/index.js",
"types": "dist/transcript.d.ts",
"private": false,
"files": [
"dist",
"src/web/*.css"
],
"scripts": {
"build": "tsc --outDir dist --declaration",
"prepare": "npm run build",
"format": "npx @biomejs/biome format --write"
},
"dependencies": {
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sharp": "^0.34.5",
"highlight.js": "^11.11.1",
"esbuild": "^0.27.2",
"tslib": "^2.8.1"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.23",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.19",
"typescript": "^5.0.0",
"vite": "^5.0.0"
},
"keywords": [
"discord.js",
"discord.js-transcripts",
"html-transcripts",
"ticket-transcripts"
],
"author": "the_unknown_dud3 & anditv21",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "https://github.com/dev-hoehle/transcriptify.git"
},
"bugs": {
"url": "https://github.com/dev-hoehle/transcriptify/issues"
},
"homepage": "https://github.com/dev-hoehle/transcriptify#readme"
}