OSDN Git Service

update to v1.0.2
[bytom/bytom-node-sdk.git] / package.json
1 {
2   "name": "bytom-sdk",
3   "version": "1.0.2",
4   "description": "node sdk to interact with bytomd",
5   "main": "dist/index.js",
6   "repository": {
7     "type": "git",
8     "url": "https://github.com/Bytom/bytom-node-sdk.git"
9   },
10   "license": "Apache-2.0",
11   "engines": {
12     "node": ">=4.7"
13   },
14   "scripts": {
15     "docs": "jsdoc -c jsdoc.conf.json",
16     "build": "babel src --out-dir dist",
17     "test": "mocha testCompiled",
18     "pretest": "npm run build && babel test --out-dir testCompiled",
19     "prepublish": "npm run build"
20   },
21   "devDependencies": {
22     "babel-cli": "^6.26.0",
23     "babel-preset-es2015": "^6.24.1",
24     "ink-docstrap": "^1.3.2",
25     "jsdoc": "^3.5.5",
26     "mocha": "^5.2.0",
27     "uuid": "~3.0.0",
28     "chai": "^3.5.0",
29     "chai-as-promised": "^6.0.0"
30   },
31   "dependencies": {
32     "axios": "^0.18.0",
33     "btoa": "^1.2.1"
34   }
35 }