-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForgeScript.json
More file actions
30 lines (30 loc) · 997 Bytes
/
ForgeScript.json
File metadata and controls
30 lines (30 loc) · 997 Bytes
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
{
"$schema": "https://raw.githubusercontent.com/ForjSkript/ForgeExtensions/refs/heads/main/extensions/$schema.json",
"id": "@tryforge/forgescript",
"package": {
"name": "ForgeScript",
"description": "ForgeScript is a comprehensive package that empowers you to effortlessly interact with Discord's API. It ensures scripting remains easy to learn and consistently effective.",
"type": 0,
"author": {
"name": "Akaneruwumi",
"avatar": "https://docs.botforge.org/avatars/ruben_68497dc22a3ca0.58434390.jpg"
},
"leadDeveloper": {
"name": "Nicky",
"avatar": "https://docs.botforge.org/avatars/bd91eedd77a95b9f81be39997613d295_6843549b61b148.93681878.png"
}
},
"github": {
"owner": "tryforge",
"repo": "ForgeScript",
"branches": [
"main",
"dev"
],
"defaultBranch": "main"
},
"links": {
"documentation": "https://docs.botforge.org/",
"npm": "https://www.npmjs.com/package/@tryforge/forgescript"
}
}