-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 975 Bytes
/
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
{
"name": "@jpbbots/interface",
"version": "2.5.0",
"description": "JPBBots bot interface",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jpbbots/interface.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"author": "JPBBerry",
"license": "ISC",
"bugs": {
"url": "https://github.com/jpbbots/interface/issues"
},
"homepage": "https://github.com/jpbbots/interface#readme",
"dependencies": {
"@discordjs/rest": "^0.4.1",
"@jadl/cmd": "^0.4.1",
"@jadl/embed": "^0.0.5",
"@jpbberry/typed-emitter": "^1.2.1",
"discord-api-types": "^0.33.0",
"influx": "^5.9.2",
"jadl": "^0.2.1",
"mongodb": "^4.13.0",
"undici": "^5.2.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
"lerna": "^4.0.0"
},
"types": "./dist/index.d.ts"
}