-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
53 lines (53 loc) · 1.1 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
{
"name": "@tryforge/forge.db",
"version": "2.0.9",
"description": "Easy to use database for forge.",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"scripts": {
"docgen": "tsc && typedoc src/index.ts && node dist/docgen",
"test": "tsc && node dist/__tests__/"
},
"keywords": [
"bdfd",
"aoi.js",
"aoi",
"dbd",
"dbd.ts",
"dbd.js",
"easy",
"fast",
"efficient",
"bdscript",
"database",
"db"
],
"author": "aggelos007",
"license": "GPL-3.0",
"devDependencies": {
"@tryforge/forgescript": "^1.4.0",
"@types/node": "^20.5.7",
"mongodb": "^5.9.2",
"sqlite": "5.1.1",
"typedoc": "^0.25.0",
"typescript": "^5.2.2"
},
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tryforge/ForgeDB.git"
},
"bugs": {
"url": "https://github.com/tryforge/ForgeDB/issues"
},
"homepage": "https://github.com/tryforge/ForgeDB#readme",
"engines": {
"node": ">=16.11.0"
},
"dependencies": {
"tiny-typed-emitter": "^2.1.0",
"typeorm": "^0.3.20"
}
}