-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.75 KB
/
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "sainsorscience-bot",
"version": "0.11.1",
"description": "A bot whom provides science quizzes from Malaysia's governmental secondary schools with both Malay (Bahasa Melayu) and English support. (PROJECT IS NOT AFFILIATED WITH THE GOVERNMENT)",
"main": "dist/index.js",
"type": "module",
"scripts": {
"clean": "rm -rf dist",
"start": "npm run clean && npm run build && npx tsc -w & nodemon build | npx pino-pretty -i pid,hostname -t 'yyyy-mm-dd HH:MM:ss'",
"startNoClean": "npm run build && npx tsc -w & nodemon build | npx pino-pretty -i pid,hostname -t 'yyyy-mm-dd HH:MM:ss'",
"build": "npx tsc --build",
"release": "npx commit-and-tag-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/haydenykh/SainsOrScienceBot.git"
},
"keywords": [
"discord",
"sains",
"science",
"bot"
],
"author": "HaydenYKH",
"license": "ISC",
"bugs": {
"url": "https://github.com/haydenykh/SainsOrScienceBot/issues"
},
"homepage": "https://github.com/haydenykh/SainsOrScienceBot#readme",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/express": "^5.0.0",
"@types/node": "^22.10.2",
"commit-and-tag-version": "^12.5.0",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.1"
},
"dependencies": {
"axios": "^1.7.9",
"chalk": "^5.4.1",
"discord.js": "^14.16.3",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"glob": "^11.0.0",
"moment": "^2.30.1",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0"
}
}