-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
45 lines (45 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
{
"dependencies": {
"@discordjs/rest": "^2.4.0",
"async-and-quick": "^1.0.2",
"discord-api-types": "^0.37.100",
"discord-hybrid-sharding": "github:meister03/discord-hybrid-sharding",
"discord.js": "^14.16.2",
"lodash": "^4.17.21",
"plsargs": "^0.1.6",
"snakecase-keys": "^8.0.1",
"stuffs": "^0.1.42",
"tslib": "^2.6.3"
},
"name": "@mostfeatured/dbi",
"version": "0.1.30",
"main": "dist/index.js",
"type": "commonjs",
"private": false,
"scripts": {
"test": "npx tsc && node dist/test",
"build": "npx tsc",
"prepublish": "npx tsc",
"publish:dev": "npx tsc && npm publish --tag dev",
"publish:release": "npx tsc && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MostFeatured/DiscordBotInfrastructure.git"
},
"author": "Kıraç Armağan Önal",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/MostFeatured/DiscordBotInfrastructure/issues"
},
"homepage": "https://github.com/MostFeatured/DiscordBotInfrastructure#readme",
"description": "",
"devDependencies": {
"@types/lodash": "^4.14.182",
"typescript": "^5.2.2"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}