-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.35 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
{
"dependencies": {
"@kayron013/lexorank": "^1.2.0",
"date-fns": "^2.21.1",
"discord-interactions": "^2.0.2",
"discord.js": "^12.5.3",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"firebase-admin": "^9.6.0",
"serverless-http": "^2.7.0"
},
"name": "watchlist-bot",
"version": "1.0.0",
"description": "Discord bot for maintain a lists of movies and shows and keeping track of watch status.",
"main": "handler.js",
"scripts": {
"test": "tsnd --transpile-only src/test/index.ts",
"deploy": "serverless deploy",
"deploy:functions": "cd functions && npm run deploy",
"dev": "tsnd --transpile-only src/test/server.ts",
"register": "tsnd --transpile-only src/registration/register.ts",
"lint": "tsc --noEmit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kayron013/watchlist-bot.git"
},
"author": "Angel Campbell",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kayron013/watchlist-bot/issues"
},
"homepage": "https://github.com/Kayron013/watchlist-bot#readme",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/node": "^14.14.37",
"@types/node-fetch": "^2.5.10",
"node-fetch": "^2.6.1",
"serverless-dotenv-plugin": "^3.9.0",
"serverless-plugin-typescript": "^1.1.9",
"ts-node-dev": "^1.1.6",
"typescript": "^4.2.4"
}
}