-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 909 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
{
"name": "inbox-cf-worker",
"version": "0.0.1",
"devDependencies": {
"@cloudflare/workers-types": "^4.20230518.0",
"@types/crypto-js": "^4.1.1",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"patch-package": "^8.0.0",
"prettier": "^2.7.1",
"typescript": "^4.8.4",
"wrangler": "^3.1.1"
},
"private": true,
"scripts": {
"start": "wrangler dev",
"deploy": "wrangler deploy",
"dev": "wrangler dev --local --persist",
"postinstall": "patch-package"
},
"dependencies": {
"@block65/webcrypto-web-push": "^0.3.2",
"@cosmjs/amino": "^0.29.4",
"@cosmjs/crypto": "^0.29.4",
"@cosmjs/encoding": "^0.29.4",
"crypto-js": "^4.1.1",
"itty-cors": "^0.3.4",
"itty-router": "^2.6.6"
}
}