-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
40 lines (40 loc) · 905 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
{
"name": "ardorjs",
"version": "0.2.1",
"description": "Local transaction signing for ardor transactions, and ardor address creations",
"main": "index.js",
"scripts": {
"test": "jest"
},
"author": "MrV <mrv.crypto@gmail.com>",
"license": "MIT",
"dependencies": {
"babel-jest": "^27.3.1",
"buffer": "^6.0.3",
"crypto-js": "^4.1.1",
"jsbn": "^1.1.0",
"pako": "^2.0.4",
"ts-jest": "^27.0.7"
},
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.0",
"@babel/register": "^7.16.0",
"jest": "^27.3.1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mrv777/ardorjs.git"
},
"keywords": [
"ardor",
"sign"
],
"bugs": {
"url": "https://github.com/mrv777/ardorjs/issues"
},
"homepage": "https://github.com/mrv777/ardorjs#readme"
}