generated from OnebotTeam/OnebotCore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.25 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": "onebot",
"version": "3.0.0",
"description": "The one bot to rule them all.",
"main": "./dist/core/index.js",
"type": "module",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/core/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gurrrrrrett3/onebot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gurrrrrrett3/onebot/issues"
},
"bin": {
"onebot": "./dist/cli/index.js"
},
"homepage": "https://github.com/gurrrrrrett3/onebot#readme",
"mikro-orm": {
"useTsNode": true,
"configPaths": [
"./src/core/database/mikro-orm.config.ts"
]
},
"dependencies": {
"@mikro-orm/core": "^6.2.9",
"@mikro-orm/postgresql": "^6.2.9",
"@mikro-orm/reflection": "^6.2.9",
"@paralleldrive/cuid2": "^2.2.2",
"@types/node-fetch": "^2.6.11",
"chalk": "^5.3.0",
"discord.js": "^14.2.0",
"dotenv": "^16.0.1",
"node-fetch": "^2.7.0",
"node-html-parser": "^6.1.13",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@mikro-orm/cli": "^6.2.9",
"@types/node": "^18.13.0",
"tsx": "^4.16.0"
}
}