-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 999 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
37
{
"name": "fred-on-discord",
"version": "0.0.1",
"description": "The fam has moved to Discord so we are reincarnating Fred to Discord as well",
"main": "index.js",
"author": "",
"scripts": {
"start": "tsc && node ./output/index.js",
"dev": "nodemon -L src/index.ts",
"format": "prettier --write ./src",
"build": "tsc",
"build:watch": "tsc --watch"
},
"dependencies": {
"@prisma/client": "^2.25.0",
"@types/node-fetch": "^2.5.7",
"discord.js": "^12.2.0",
"node-fetch": "^2.6.1",
"ts-node": "^10.0.0",
"typescript": "^4.3.2",
"winston": "^3.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/allygator/fred-for-discord.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/allygator/fred-for-discord/issues"
},
"homepage": "https://github.com/allygator/fred-for-discord#readme",
"devDependencies": {
"nodemon": "^2.0.7",
"prettier": "^2.3.1",
"prisma": "^2.25.0"
}
}