-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 827 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 827 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
{
"name": "create-discord-https",
"description": "Create Discord.https-powered bots with one command.",
"version": "2.0.18",
"bin": {
"create-discord-https": "index.js"
},
"author": "discord.https",
"type": "module",
"files": [
"index.js",
"templates"
],
"scripts": {
"build": "tsc --build"
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discordhttps/create-discord-https.git"
},
"bugs": {
"url": "https://github.com/discordhttps/create-discord-https/issues"
},
"license": "MIT",
"homepage": "https://github.com/discordhttps/create-discord-https#readme",
"dependencies": {
"@clack/prompts": "^0.11.0",
"@types/node": "^24.3.1",
"mri": "^1.2.0",
"picocolors": "^1.1.1"
}
}