-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
31 lines (31 loc) · 886 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
{
"name": "worker-auth-providers",
"version": "0.0.14",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"repository": "https://github.com/subhendukundu/worker-auth-providers.git",
"author": "Subh <[email protected]>",
"license": "MIT",
"scripts": {
"build": "rm -rf dist && tsc",
"prepare": "yarn build"
},
"devDependencies": {
"@cloudflare/workers-types": "^4.20221111.1",
"eslint": "^7.32.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-prettier": "^3.4.0",
"prettier": "^2.3.2",
"prettier-eslint": "^13.0.0",
"typescript": "^4.8.4"
},
"dependencies": {
"@aws-sdk/client-sns": "^3.245.0",
"@tsndr/cloudflare-worker-jwt": "^2.0.1",
"jose": "^4.14.4",
"query-string": "^7.0.1"
}
}