OSDN Git Service

update and test the key logic
[bytom/Bytom-JS-SDK.git] / package.json
index 7f885d7..620f34a 100644 (file)
@@ -1,21 +1,36 @@
 {
   "name": "bytom-js-sdk",
-  "version": "1.2.1",
+  "version": "1.4.0",
   "description": "Bytom JS SDK",
   "main": "src/index.js",
-  "keywords" :[
+  "keywords"[
     "Bytom",
     "SDK",
     "WebAssembly"
   ],
+  "scripts": {
+    "docs": "jsdoc -c jsdoc.conf.json"
+  },
   "dependencies": {
     "axios": "^0.18.0",
-    "eslint": "^5.6.1"
+    "bech32": "^1.1.3",
+    "bip39": "^3.0.2",
+    "bn.js": "^5.1.1",
+    "create-hmac": "^1.1.7",
+    "crypto-browserify": "^3.12.0",
+    "elliptic": "^6.5.2",
+    "eslint": "^5.6.1",
+    "js-sha3": "^0.8.0",
+    "lodash": "^4.17.15",
+    "scrypt-js": "^3.0.0"
+  },
+  "devDependencies": {
+    "jsdoc": "^3.5.5",
+    "docdash": "^1.1.0"
   },
-  "devDependencies": {},
   "repository": {
     "type": "git",
-    "url": "https://github.com/Bytom-Community/Bytom-JS-SDK.git"
+    "url": "https://github.com/Bytom/Bytom-JS-SDK.git"
   },
   "author": "shijianzhiwai",
   "email": "diqiuxuxu@gmail.com",