-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 939 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
34
35
36
37
38
39
40
41
{
"name": "rionskey-seed",
"version": "1.0.0",
"license": "MIT",
"description": "SEED-128-ECB, SEED-128-CBC Library using RionsKey",
"keywords": [
"SEED",
"RionsKey",
"SEED-128-ECB",
"SEED-128-CBC"
],
"homepage": "https://github.com/antegral/rionskey-seed",
"bugs": {
"url": "https://github.com/rionskey-seed/rionskey-seed/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/antegral/rionskey-seed.git"
},
"files": [
"dist"
],
"author": {
"name": "antegral",
"email": "[email protected]",
"url": "https://antegral.net"
},
"main": "dist/index.js",
"devDependencies": {
"@babel/types": "^7.17.0",
"@types/crypto-js": "^4.1.1",
"@types/node": "^17.0.21"
},
"dependencies": {
"@babel/parser": "^7.17.3",
"crypto-js": "^4.1.1",
"got": "^11.8.3",
"typescript": "^4.5.5"
}
}