-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
34 lines (34 loc) · 876 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
{
"name": "sussy-devs-project",
"version": "0.0.1",
"description": "sus",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint . --ext .ts,.js,.tsx,.jsx"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Assassin-1234/sussy-devs-project.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Assassin-1234/sussy-devs-project/issues"
},
"homepage": "https://github.com/Assassin-1234/sussy-devs-project#readme",
"devDependencies": {
"eslint": "^7.32.0",
"nodemon": "^2.0.12"
},
"dependencies": {
"canvas": "^2.8.0",
"discord.js": "^13.0.0-dev.07017a9.1626869177",
"dotenv": "^10.0.0",
"glob": "^7.1.7",
"goosecache": "^9.0.14",
"node-fetch": "^2.6.1"
}
}