forked from ahnafnafee/eas-discord-build-notify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 922 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": "eas-build-discord-notify",
"version": "1.0.0",
"description": "Notifies EAS Builds using Discord Bots",
"main": "index.js",
"scripts": {
"dev": "nodemon --exec ts-node src/index",
"start": "node dist/index",
"build": "tsc"
},
"author": "",
"license": "MIT",
"dependencies": {
"@vendia/serverless-express": "^4.5.4",
"body-parser": "^1.20.0",
"crypto": "^1.0.1",
"discord.js": "^14.10.2",
"dotenv-flow": "^3.2.0",
"express": "^4.17.3",
"qrcode": "^1.5.0",
"safe-compare": "^1.1.4",
"stream": "^0.0.2"
},
"devDependencies": {
"@types/dotenv-flow": "^3.2.0",
"@types/json-schema": "^7.0.11",
"@types/json5": "^2.2.0",
"@types/node": "^18.16.3",
"@types/semver": "^7.3.13",
"@types/ws": "^8.5.4",
"eslint-config-antoine": "^1.0.3",
"nodemon": "^2.0.22",
"ts-node": "^10.9.1",
"typescript": "^4.9.3"
}
}