-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.69 KB
/
Copy pathpackage.json
File metadata and controls
60 lines (60 loc) · 1.69 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
57
58
59
60
{
"name": "framework-v14",
"version": "1.0.2",
"description": "A Discord.js v14 framework",
"main": "src/structures/index.js",
"scripts": {
"start": "node .",
"dev": "nodemon .",
"preinstall": "node ./scripts/preinstall.js",
"postinstall": "node ./scripts/postinstall.js"
},
"engines": {
"node": ">=24.11"
},
"repository": {
"type": "git",
"url": "git+https://github.com/colocated/Framework-v14.git"
},
"keywords": [
"discord",
"discord-bot"
],
"author": "Jack Perry <hello@jackperry.co>",
"license": "MIT",
"bugs": {
"url": "https://github.com/colocated/Framework-v14/issues"
},
"homepage": "https://github.com/colocated/Framework-v14#readme",
"dependencies": {
"@prisma/client": "^6.19.0",
"chalk": "^4.1.2",
"cronstrue": "^3.9.0",
"date-and-time": "^4.1.1",
"discord.js": "^14.25.1",
"dotenv": "^17.2.3",
"fs-extra": "^11.3.2",
"glob": "^13.0.0",
"humanize-duration": "^3.33.1",
"node-cron": "^4.2.1",
"timestring": "^7.0.0"
},
"devDependencies": {
"prisma": "^6.19.0"
},
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b",
"pnpm": {
"ignoredBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"esbuild",
"prisma"
],
"onlyBuiltDependencies": [
"@prisma/client",
"@prisma/engines",
"esbuild",
"prisma"
]
}
}