-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
36 lines (36 loc) · 899 Bytes
/
package.json
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
{
"name": "vaultcord-template-verification-page",
"version": "1.0.0",
"description": "VaultCord verification page for custom domains. Do NOT fork, click \"use this template\". ",
"main": "index.html",
"scripts": {
"buildcss": "npx tailwindcss -i ./src/input.css -o ./src/output.min.css --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VaultCord/vaultcord.github.io.git"
},
"keywords": [
"vaultcord",
"restore",
"members",
"easy",
"backup",
"discord",
"discord-bot",
"discord-js",
"backup-tool"
],
"author": "VaultCord",
"license": "MIT",
"bugs": {
"url": "https://github.com/VaultCord/vaultcord.github.io/issues"
},
"homepage": "https://github.com/VaultCord/vaultcord.github.io#readme",
"devDependencies": {
"tailwindcss": "^3.4.1"
},
"dependencies": {
"jquery": "^3.7.1"
}
}