-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.03 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.03 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
{
"name": "buncord-transcript",
"version": "1.0.9",
"description": "High-performance, Bun-native Discord HTML transcripts with 1:1 visual fidelity.",
"module": "src/index.ts",
"main": "src/index.ts",
"type": "module",
"author": {
"name": "Luigi Colantuono",
"url": "https://github.com/LuigiColantuono"
},
"homepage": "https://github.com/LuigiColantuono",
"license": "MIT",
"funding": {
"type": "individual",
"url": "https://paypal.me/l0g4n7"
},
"repository": {
"type": "git",
"url": "https://github.com/LuigiColantuono/Buncord-Transcript.git"
},
"keywords": [
"discord",
"transcript",
"bun",
"html",
"generator",
"performance",
"zero-dependency",
"discord-v2"
],
"scripts": {
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@types/bun": "latest",
"eslint": "^9.39.2",
"globals": "^17.2.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.54.0"
},
"dependencies": {
"mustache-bun": "^4.2.2"
}
}