-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 KB
/
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
42
43
44
45
{
"name": "rionskey",
"version": "1.0.0",
"license": "MIT",
"description": "Simple TransKey wrapper library",
"keywords": [
"RIonskey",
"TransKey"
],
"homepage": "https://github.com/antegral/rionskey",
"bugs": {
"url": "https://github.com/rionskey-seed/rionskey/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/antegral/rionskey.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/jsrsasign": "^10.5.1",
"@types/node": "^17.0.21",
"@types/node-rsa": "^1.1.1",
"ts-node": "^10.5.0"
},
"dependencies": {
"@babel/parser": "^7.17.3",
"crypto-js": "^4.1.1",
"got": "^11.8.3",
"jsrsasign": "^10.5.20",
"node-rsa": "^1.1.1",
"rionskey-seed": "^1.0.0",
"typescript": "^4.5.5"
}
}