-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "@halospv3/hce.drp",
"description": "This tree contains the DRP (Discord Rich Presence) source code, which\r aims to integrate Halo CE and SPV3 with Discord by allowing players to display the\r mission & difficulty they're playing on.",
"version": "1.0.0",
"devDependencies": {
"@halospv3/hce.shared": "github:HaloSPV3/HCE.Shared"
},
"config": {
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook || true"
}
}
},
"scripts": {
"prepare": "husky install",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "index.js",
"directories": {
"doc": "doc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HaloSPV3/HCE.DRP.git"
},
"keywords": [
"discord",
"discord-rich-presence",
"halo"
],
"author": "BinToss",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/HaloSPV3/HCE.DRP/issues"
},
"homepage": "https://github.com/HaloSPV3/HCE.DRP#readme"
}