forked from PlayCover/Puck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 787 Bytes
/
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
{
"name": "puck",
"version": "1.1.0",
"description": "an Artificial Spirit",
"types": "./typings.d.ts",
"main": "puck.js",
"scripts": {
"start": "node puck.js",
"dev": "nodemon puck.js",
"u": "taze major -IR"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlayCover/Puck.git"
},
"keywords": [
"PlayCover",
"Puck"
],
"author": "PlayCover",
"license": "GPL-3.0",
"dependencies": {
"@discordjs/rest": "^1.7.0",
"discord-api-types": "^0.37.39",
"discord.js": "^14.10.2",
"dotenv": "^16.0.3"
},
"devDependencies": {
"nodemon": "^2.0.22",
"taze": "^0.9.1"
},
"bugs": {
"url": "https://github.com/PlayCover/Puck/issues"
},
"homepage": "https://github.com/PlayCover/Puck#readme"
}