-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.3 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.3 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
{
"dependencies": {
"chalk": "^5.4.1",
"discord-command-parser": "^1.5.3",
"discord.js": "^14.20.0",
"dotenv": "^16.5.0",
"firebase-admin": "^13.4.0",
"parse-string-boolean": "^1.0.1",
"path": "^0.12.7",
"to-boolean": "^1.0.0",
"typescript": "^5.8.3"
},
"name": "poly-verify",
"description": "Polytoria Community Verify",
"version": "2.3.1",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"build": "npx tsc",
"lint": "npx eslint src/**/**/* --fix",
"deploy": "npm run build && node dist/deploy-commands.js",
"dev": "npm run build && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Polytoria/VerifyBot.git"
},
"author": "StarManTheGamer",
"license": "MIT",
"bugs": {
"url": "https://github.com/Polytoria/VerifyBot/issues"
},
"homepage": "https://github.com/Polytoria/VerifyBot/#readme",
"type": "module",
"devDependencies": {
"@types/to-boolean": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"eslint-config-google": "^0.14.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
}
}