-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.48 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.48 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
61
62
63
64
65
66
67
68
69
{
"name": "constatic",
"version": "0.4.0",
"description": "Constatic cli",
"main": "dist/index.mjs",
"type": "module",
"bin": {
"constatic": "dist/index.mjs"
},
"scripts": {
"link": "npm unlink constatic && npm link",
"build": "unbuild",
"test": "npm run build && npm run link",
"dev": "rm -rf playground && mkdir playground && npm run build && cd playground && constatic",
"tsx": "tsx"
},
"keywords": [
"discord",
"discord bot",
"bots",
"bot",
"typescript",
"components",
"commands",
"events",
"discord.js",
"discordjs",
"buttons",
"modals",
"select menus",
"dropdown",
"handler",
"command handler",
"event handler",
"boilerplate",
"bot boilerplate",
"CLI",
"cli",
"prompts",
"prompt"
],
"homepage": "https://github.com/rinckodev/constatic#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/rinckodev/constatic.git"
},
"author": {
"name": "Rincko Dev",
"url": "https://github.com/rinckodev"
},
"license": "ISC",
"devDependencies": {
"@types/cross-spawn": "^6.0.6",
"@types/fs-extra": "^11.0.4",
"@types/node": "^20.14.2",
"tsx": "^4.11.0",
"unbuild": "^2.0.0"
},
"dependencies": {
"@clack/prompts": "^0.7.0",
"@prisma/client": "^5.15.0",
"chalk": "^5.3.0",
"citty": "^0.1.6",
"conf": "^12.0.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^11.2.0",
"pkg-types": "^1.1.1"
}
}