-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.04 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
{
"name": "starboard-js",
"version": "1.0.3",
"description": "starboard-js used for who want add starboard feature to the bot",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CyraTeam/starboard-js.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"discord",
"discord-bot",
"discordjs",
"starboard-js",
"discord-starboard",
"bot-starboard",
"starboard"
],
"author": "brokenedtz",
"license": "MIT",
"bugs": {
"url": "https://github.com/CyraTeam/starboard-js/issues"
},
"homepage": "https://github.com/CyraTeam/starboard-js#readme",
"dependencies": {
"node-fetch": "^3.3.1"
},
"devDependencies": {
"discord.js": "^14.9.0"
},
"nano-staged": {
"*.ts": [
"prettier --write",
"eslint"
],
"*.{json,yml,yaml,md}": [
"prettier --write"
]
},
"engines": {
"node": ">=16.9.0"
}
}