4 Star 5 Fork 1

Bytom Blockchain/node-sdk

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 849 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhiting 提交于 2018-11-26 18:02 . update to v1.0.2
{
"name": "bytom-sdk",
"version": "1.0.2",
"description": "node sdk to interact with bytomd",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Bytom/bytom-node-sdk.git"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.7"
},
"scripts": {
"docs": "jsdoc -c jsdoc.conf.json",
"build": "babel src --out-dir dist",
"test": "mocha testCompiled",
"pretest": "npm run build && babel test --out-dir testCompiled",
"prepublish": "npm run build"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"ink-docstrap": "^1.3.2",
"jsdoc": "^3.5.5",
"mocha": "^5.2.0",
"uuid": "~3.0.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0"
},
"dependencies": {
"axios": "^0.18.0",
"btoa": "^1.2.1"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
NodeJS
1
https://gitee.com/BytomBlockchain/node-sdk.git
[email protected]:BytomBlockchain/node-sdk.git
BytomBlockchain
node-sdk
node-sdk
master

搜索帮助