-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "arunabase",
"version": "1.0.0-ALPHA.6",
"description": "An API made to help developers what works with discord and twitch.",
"main": "build/index.js",
"types": "src/main/index.ts",
"scripts": {
"build": "npx tsc -p .",
"pdeploy": "node scripts/prepareDeploy.js",
"lint": "npx eslint src/main --fix",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArunaBot/ArunaBase.git"
},
"keywords": [
"discord",
"twitch",
"api",
"bot"
],
"author": "Lobo Metalurgico",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/ArunaBot/ArunaBase/issues"
},
"homepage": "https://github.com/ArunaBot/ArunaBase#readme",
"engines": {
"node": ">=18.8.0"
},
"dependencies": {
"@promisepending/logger.js": "^1.1.1",
"@twitchapis/twitch.js": "^2.0.0-beta.3",
"arunabase": "file:",
"arunacore-api": "^1.0.0-BETA.0",
"discord.js": "^14.16.3",
"express": "^4.21.1",
"path-to-regexp": "^8.2.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.14.0",
"@types/express": "^5.0.0",
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint": "^9.14.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^7.1.0",
"globals": "^15.11.0",
"typescript": "^5.6.3"
}
}