-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.2 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
{
"name": "scalecord.ts",
"version": "0.1.0",
"description": "Powerful Discord API library based on Discordeno components, allowing vertical and horizontal scaling.",
"main": "dist/mod.js",
"types": "dist/mod.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meister03/scalecord.ts.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"discord",
"discord.ts",
"scalecord",
"scalecord.ts",
"cross-hosting",
"standalone-gateway",
"standalone-rest",
"typescript",
"discordeno",
"framework"
],
"author": "meister03",
"license": "MIT",
"bugs": {
"url": "https://github.com/meister03/scalecord.ts/issues"
},
"homepage": "https://github.com/meister03/scalecord.ts/#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"typescript": "^4.7.4"
},
"dependencies": {
"discord-cross-hosting": "github:meister03/discord-cross-hosting",
"discordeno": "^18.0.1",
"express": "^4.18.1"
}
}