-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathForgeDB.json
More file actions
26 lines (26 loc) · 834 Bytes
/
ForgeDB.json
File metadata and controls
26 lines (26 loc) · 834 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
{
"$schema": "https://raw.githubusercontent.com/ForjSkript/ForgeExtensions/refs/heads/main/extensions/$schema.json",
"id": "@tryforge/forge.db",
"package": {
"name": "ForgeDB",
"description": "Elevating ForgeScript's capabilities, ForgeDB introduces an intuitive database solution. It seamlessly integrates with ForgeScript, offering efficient database management functions.",
"type": 0,
"author": {
"name": "Aggelos",
"avatar": "https://docs.botforge.org/avatars/agg-new_68b881bc87fdc6.77075151.png"
}
},
"github": {
"owner": "tryforge",
"repo": "ForgeDB",
"branches": [
"main",
"dev"
],
"defaultBranch": "main"
},
"links": {
"documentation": "https://docs.botforge.org/?p=ForgeDB",
"npm": "https://www.npmjs.com/package/@tryforge/forge.db"
}
}