-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 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
{
"name": "reseau-discord",
"version": "1.1.1",
"description": "Node.js package to interact with the Réseau Discord Artivain API. Official one or selfhosted.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"scripts": {
"test": "tsc && node testing.js",
"build": "npx tsc",
"prepublish": "tsc",
"upgrade": "ncu -u && npm i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Artivain/reseau-discord-node.git"
},
"keywords": [
"discord",
"discord.js",
"artivain",
"api",
"self-hosted",
"security",
"anti-raid"
],
"author": "Artivain",
"license": "MIT",
"bugs": {
"url": "https://github.com/Artivain/reseau-discord-node/issues"
},
"homepage": "https://github.com/Artivain/reseau-discord-node#readme",
"dependencies": {
"axios": "^1.3.5"
},
"devDependencies": {
"@types/node": "^18.15.11",
"nodemon": "^2.0.22",
"npm-check-updates": "^16.10.7",
"typescript": "^5.0.4"
}
}