-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.11 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.11 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
47
48
49
50
{
"name": "debeem-cipher",
"version": "1.0.1",
"description": "Cipher kit by DeBeem, Team.",
"main": "dist/index.js",
"browser": "dist/index.js",
"scripts": {
"help": "node src/help.ts",
"clean": "rm -rf dist",
"build": "npm run clean && tsc",
"test": "jest"
},
"license": "MIT",
"files": [
"src",
"dist"
],
"author": "DeBeem, Team.",
"homepage": "https://github.com/debeem/",
"dependencies": {
"chalk": "^5.3.0",
"crypto-browserify": "^3.12.0",
"debeem-utils": "^1.0.48",
"ethers": "^6.8.0",
"lodash": "^4.17.21",
"menoetius": "^0.0.3",
"minimist": "^1.2.8",
"multiformats": "^12.0.1",
"node-forge": "^1.3.1",
"uint8arrays": "^4.0.6"
},
"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.200",
"@types/node": "^20.3.3",
"@types/node-forge": "^1.3.8",
"@types/readable-stream": "^2.3.15",
"jest": "^29.6.4",
"ts-jest": "^29.1.0",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.1.6"
},
"contributors": [
"DeBeem, Team."
]
}