-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.18 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
45
{
"name": "discord-aad",
"version": "1.0.0",
"private": true,
"description": "Connecting Discord and Azure Active Directory accounts using Cloudflare Workers.",
"repository": {
"type": "git",
"url": "git+https://github.com/KockaAdmiralac/services.git",
"directory": "discord-aad"
},
"keywords": [
"discord",
"azure-active-directory",
"aad",
"cloudflare-workers",
"workers"
],
"author": {
"name": "Luka Simić",
"email": "git@kocka.tech",
"url": "https://kocka.tech"
},
"license": "MIT",
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev"
},
"dependencies": {
"cookie": "0.5.0"
},
"devDependencies": {
"@cloudflare/workers-types": "4.20230628.0",
"@types/cookie": "0.5.1",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.44.0",
"eslint-plugin-jsdoc": "46.4.3",
"eslint-plugin-promise": "6.1.1",
"typescript": "5.1.6",
"wrangler": "3.1.2"
},
"engines": {
"node": ">=16"
}
}