golos-lib-js
Version:
Golos-js the JavaScript library with API for GOLOS blockchain
86 lines (85 loc) • 2.66 kB
JSON
{
"name": "golos-lib-js",
"version": "0.9.83",
"description": "Golos-js the JavaScript library with API for GOLOS blockchain",
"main": "lib/index.js",
"scripts": {
"test": "mocha -t 20000 --recursive --require @babel/register",
"test-auth": "npm test -- --grep 'golos.auth'",
"test-messages": "npm test -- --watch --grep 'golos.messages'",
"build": "node ./include_core.js && npm run build-browser && npm run build-node && npm run check-integrity",
"build-browser": "rm -rf dist && NODE_ENV=production webpack && gzip -k -f ./dist/*.js && du -h ./dist/*",
"build-node": "mkdir -p ./lib && cp -r ./src/* ./lib/ && babel ./src --out-dir ./lib",
"check-integrity": "node check_integrity.js",
"disable-test-prepublish": "npm run test && npm run build"
},
"browser": {
"ws": false,
"crypto": false
},
"repository": {
"type": "git",
"url": "git+https://github.com/golos-blockchain/golos-js.git"
},
"keywords": [
"golos",
"GolosChain",
"blockchain",
"golosjs"
],
"author": "Fabien (https://github.com/bonustrack)",
"license": "MIT",
"bugs": {
"url": "https://github.com/golos-blockchain/golos-js/issues"
},
"homepage": "https://github.com/golos-blockchain/golos-js#readme",
"dependencies": {
"abort-controller": "^3.0.0",
"assert": "^2.0.0",
"bigi": "^1.4.2",
"browserify-aes": "^1.0.6",
"bs58": "^6.0.0",
"buffer": "^6.0.3",
"bytebuffer": "^5.0.1",
"core-js": "^3.41.0",
"create-hash": "^1.1.2",
"create-hmac": "^1.1.4",
"cross-fetch": "^4.1.0",
"debug": "^2.6.8",
"detect-node": "^2.0.3",
"ecurve": "^1.0.5",
"events": "^3.3.0",
"lodash": "^4.17.21",
"process": "^0.11.10",
"regenerator-runtime": "^0.14.1",
"secure-random": "^1.1.1",
"stream-browserify": "^3.0.0",
"ws": "^8.18.1"
},
"devDependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.4",
"@babel/preset-env": "^7.28.3",
"@babel/register": "^7.28.3",
"babel-loader": "^10.0.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"cross-env": "^10.0.0",
"eslint": "^8.1.0",
"folder-hash": "^4.1.1",
"json-loader": "^0.5.4",
"mocha": "^11.7.2",
"mocha-make-stub": "^2.3.2",
"should": "^11.1.0",
"webpack": "^5.99.7",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^6.0.1"
},
"contributors": [
"Fabien (https://github.com/bonustrack)",
"James Calfee (https://github.com/jcalfee)",
"Nilesh Suthar (https://github.com/nil1511)",
"Pedro Tacla Yamada (https://github.com/yamadapc)"
],
"optionalDependencies": {}
}