-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.02 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.02 KB
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
46
{
"name": "debeem-push-client",
"version": "1.0.20",
"description": "Decentralized Push-Client by DeBeem, Team.",
"main": "dist/index.js",
"browser": "dist/index.js",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"test": "jest"
},
"devDependencies": {
"@babel/preset-env": "^7.21.5",
"@babel/preset-typescript": "^7.21.5",
"@jest/globals": "^29.5.0",
"@types/jest": "^29.5.1",
"@types/lodash": "^4.14.196",
"@types/node": "^20.5.7",
"@types/uuid": "^9.0.6",
"jest": "^29.6.4",
"ts-jest": "^29.1.0",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
},
"dependencies": {
"debeem-cipher": "^1.0.1",
"debeem-id": "^1.0.14",
"debeem-utils": "^1.0.49",
"ethers": "^6.8.1",
"fake-indexeddb": "^5.0.1",
"idb": "^7.1.1",
"lodash": "^4.17.21",
"loglevel": "^1.9.2",
"socket.io-client": "^4.7.2",
"uuid": "^9.0.1"
},
"author": "DeBeem, Team.",
"homepage": "https://github.com/debeem/",
"contributors": [
"DeBeem, Team."
]
}