-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.2 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
46
47
48
{
"name": "@amontech/amon-lib",
"version": "2.14.2",
"description": "Common amon libraries",
"main": "./lib/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "mocha ./test/test.config.js ./test/unit --recursive --timeout 15000",
"format:check": "prettier --check .",
"format:fix": "prettier --write .",
"doc": "jsdoc lib -d doc",
"deploy:doc": "gh-pages -d doc"
},
"engines": {
"node": "16.x",
"npm": "8.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/amontech/amon-lib.git"
},
"author": "AMON TECH",
"license": "MIT",
"bugs": {
"url": "https://github.com/amontech/amon-lib/issues"
},
"homepage": "https://github.com/amontech/amon-lib#readme",
"dependencies": {
"@ensdomains/address-encoder": "^0.2.16",
"axios": "^0.27.2",
"bchaddrjs": "github:amontech/bchaddrjs",
"bcryptjs": "^2.4.3",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"crypto-js": "^4.1.1",
"decimal.js": "^10.3.1",
"gh-pages": "^3.2.3",
"iban": "^0.0.14",
"jsdoc": "^3.6.10",
"lodash": "^4.17.21",
"mocha": "^9.2.0",
"prettier": "^2.5.1",
"qs": "^6.10.3",
"sha.js": "^2.4.11"
}
}