-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.56 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
54
55
56
57
58
{
"name": "@discordextremelist/del.js",
"version": "2.0.0",
"description": "The API Wrapper for Discord's unbiased list, giving bots and servers of all sizes a big chance!",
"main": "./dist/del.js",
"module": "./dist/del.mjs",
"typings": "./dist/del.d.ts",
"exports": {
"import": "./dist/del.mjs",
"require": "./dist/del.js",
"types": "./dist/del.d.ts"
},
"files": [
"dist"
],
"scripts": {
"test": "npm run build && node dist/del.js",
"build": "tsup del.ts --format cjs,esm --dts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discordextremelist/del.js.git"
},
"keywords": [
"api",
"discord",
"discordbotlist",
"botlist",
"discordapi",
"botlistapi",
"discordextremelist",
"discordextremelistapi",
"delapi",
"deljs",
"delapijs",
"poststats",
"delapipoststats",
"botapi",
"delbotapi"
],
"contributors": [
"Carolina Mitchell-Acason <[email protected]> (https://carolina2k22.com/)",
"Connor!#0800 (https://connor.is-a.dev/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/discordextremelist/del.js/issues"
},
"homepage": "https://github.com/discordextremelist/del.js#readme",
"dependencies": {
"discord-api-types": "^0.37.16",
"undici": "^5.12.0"
},
"devDependencies": {
"tsup": "^6.4.0",
"typescript": "^4.8.4"
}
}