OSDN Git Service

Add the doc page.
[bytom/Bytom-JS-SDK.git] / package.json
index cd27865..22632ff 100644 (file)
@@ -1,6 +1,6 @@
 {
   "name": "bytom-js-sdk",
-  "version": "1.3.2",
+  "version": "1.4.0",
   "description": "Bytom JS SDK",
   "main": "src/index.js",
   "keywords": [
@@ -8,14 +8,20 @@
     "SDK",
     "WebAssembly"
   ],
+  "scripts": {
+    "docs": "jsdoc -c jsdoc.conf.json"
+  },
   "dependencies": {
     "axios": "^0.18.0",
     "eslint": "^5.6.1"
   },
-  "devDependencies": {},
+  "devDependencies": {
+    "jsdoc": "^3.5.5",
+    "docdash": "^1.1.0"
+  },
   "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",