-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
51 lines (51 loc) · 1.26 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
{
"name": "jasmine",
"version": "2.1.4",
"description": "A Discord bot",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon src/index.js",
"format": "prettier --write .",
"lint": "eslint --ignore-path=.gitignore --quiet ."
},
"author": "mira",
"license": "ISC",
"dependencies": {
"ascii-table": "^0.0.9",
"axios": "^1.6.8",
"canvas": "^2.11.2",
"color": "^4.2.3",
"colors": "^1.4.0",
"common-tags": "^1.8.2",
"deepmerge": "^4.3.1",
"discord.js": "^14.15.3",
"dotenv": "^16.4.5",
"moment": "^2.30.1",
"node-os-utils": "^1.3.7",
"parse-ms": "^4.0.0",
"relevant-urban": "^2.0.0",
"sequelize": "^6.37.3",
"serialize-javascript": "^6.0.0",
"signale": "^1.4.0",
"sqlite3": "^5.1.6",
"systeminformation": "^5.22.11",
"valid-url": "^1.0.9",
"yt-search": "^2.10.3"
},
"devDependencies": {
"@types/node": "^20.14.8",
"prettier": "3.2.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MiraBellierr/jasmine.git"
},
"keywords": [
"jasmine"
],
"bugs": {
"url": "https://github.com/MiraBellierr/jasmine/issues"
},
"homepage": "https://github.com/MiraBellierr/jasmine#readme"
}