seele-sdk-javascript
Version:
seele's javascript sdk
77 lines (76 loc) • 1.92 kB
JSON
{
"name": "seele-sdk-javascript",
"version": "2.1.4",
"description": "seele's javascript sdk",
"main": "sle.js",
"dependencies": {
"base-58": "0.0.1",
"bip32": "^2.0.5",
"bip39": "^3.0.2",
"bip44-constants": "^8.0.5",
"elliptic": "^6.4.0",
"fs-extra": "^8.1.0",
"keccak": "^2.0.0",
"ora": "^4.0.3",
"rlp": "^2.2.4",
"scrypt-js": "^2.0.4",
"secp256k1": "^3.7.1",
"solc": "^0.5.13",
"web3": "^1.2.4",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"async": "^3.1.0",
"canonical-path": "^1.0.0",
"chai": "^4.2.0",
"cli-spinners": "^2.2.0",
"deasync": "^0.1.19",
"jsdoc": "^3.6.3",
"minami": "^1.2.3",
"mocha": "^6.2.2",
"mustache": "^4.0.0",
"terminal-kit": "^1.32.2",
"typescript": "^3.7.4"
},
"scripts": {
"test": "./node_modules/.bin/mocha",
"docs": "cd doc; rm -rf rst-sphinx/api html-sphinx; npm run sphinx:js2rst; npm run sphinx:rst2html",
"docj": "cd doc; rm -rf html-jsdoc*; npm run jsdoc:js2html;",
"jsdoc:js2html": "node_modules/.bin/jsdoc --configure ./doc/.minami.jsdoc.json",
"sphinx:js2rst": "node_modules/.bin/jsdoc --configure ./doc/.sphinxRTD.jsdoc.json",
"sphinx:rst2html": "cd doc; make html"
},
"mocha": {
"diff": true,
"extension": [
"js"
],
"opts": false,
"package": "./package.json",
"reporter": "spec",
"slow": 75,
"timeout": 12000,
"ui": "bdd",
"watch-files": [
"test/*.test.js"
],
"watch-ignore": [
"lib/vendor"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/muyiy/seele-sdk-javascript.git"
},
"keywords": [
"js",
"sdk",
"seele"
],
"author": "tinoma",
"license": "ISC",
"bugs": {
"url": "https://github.com/muyiy/seele-sdk-javascript/issues"
},
"homepage": "https://github.com/muyiy/seele-sdk-javascript#readme"
}