-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "lumi-bot",
"version": "0.0.0",
"description": "A fun queer discord bot.",
"main": "src/app.ts",
"scripts": {
"start": "node dist/Bot.js",
"build": "tsc --build",
"clean": "tsc --clean",
"dev": "nodemon --watch \"src/**\" --ext \"ts,json,ejs\" --exec \"npm run build && npm start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/hazeliscoding/lumi.git"
},
"keywords": [
"discord",
"bot",
"lgbt",
"queer"
],
"author": "hazeliscoding",
"license": "ISC",
"bugs": {
"url": "https://github.com/hazeliscoding/lumi/issues"
},
"homepage": "https://github.com/hazeliscoding/lumi#readme",
"devDependencies": {
"@types/node": "^22.5.4",
"@types/node-os-utils": "^1.3.4",
"git-cz": "^4.9.0",
"nodemon": "^3.1.4",
"package": "^1.0.1",
"typescript": "^5.6.2"
},
"dependencies": {
"dotenv": "^16.4.5",
"eris": "^0.17.2",
"glob-promise": "^6.0.7",
"moment": "^2.30.1",
"node-os-utils": "^1.3.7"
},
"config": {
"commitizen": {
"path": "git-cz"
}
}
}