-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 960 Bytes
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
{
"name": "manana",
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"start": "node dist/index.js",
"build": "tsc",
"deploy-command": "pnpm build && node dist/deployCommand.js",
"delete-command": "tsx src/deleteCommand.ts",
"backfill-dedup": "tsx src/backfillDedupTags.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10.11.0",
"dependencies": {
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"exiftool-vendored": "^35.4.0",
"express": "^5.2.1",
"express-session": "^1.18.2",
"google-auth-library": "^10.5.0",
"googleapis": "^170.1.0"
},
"devDependencies": {
"@biomejs/biome": "2.3.6",
"@eslint/js": "^9.39.1",
"@types/express": "^5.0.6",
"@types/express-session": "^1.18.2",
"@types/node": "^25.0.1",
"@types/piexifjs": "^1.0.0",
"eslint": "^9.39.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
}
}