-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.3 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
53
54
55
{
"name": "eternal-support",
"version": "1.0.9",
"description": "Support library for Eternal Client projects, has anime functions, control, logging and more utilities",
"main": "lib/index.js",
"types": "lib/types/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikaboshiDev/Package.git"
},
"keywords": [
"discord",
"anime",
"manga",
"nsfw",
"console",
"mongoose",
"github"
],
"files": [
"lib/**/*",
"config/**/*"
],
"author": "Eternal IA",
"license": "ISC",
"bugs": {
"url": "https://github.com/MikaboshiDev/Package/issues"
},
"homepage": "https://docs.night-support.xyz/paquetes/eternal-support",
"devDependencies": {
"@types/common-tags": "^1.8.4",
"@types/express": "^4.17.21",
"@types/node": "^22.0.2",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"eslint": "^8.57.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.3"
},
"dependencies": {
"axios": "^1.6.8",
"chalk": "^4.0.0",
"common-tags": "^1.8.2",
"discord.js": "^14.14.1",
"express": "^4.19.2",
"glob": "^10.3.12",
"mongoose": "^8.3.2",
"winston": "^3.13.0"
}
}