UNPKG

archethic

Version:
56 lines (55 loc) 1.56 kB
{ "name": "archethic", "version": "1.16.1", "description": "Archethic Javascript SDK", "main": "index.js", "unpkg": "dist/archethic.js", "jsdelivr": "dist/archethic.js", "type": "module", "scripts": { "test": "mocha --require @babel/register", "build": "node build.js" }, "repository": { "type": "git", "url": "git+https://github.com/archethic-foundation/libjs.git" }, "keywords": [ "archethic", "transaction-chain", "blockchain" ], "author": "", "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/archethic-foundation/libjs/issues" }, "homepage": "https://github.com/archethic-foundation/libjs#readme", "devDependencies": { "@babel/cli": "^7.18.10", "@babel/core": "^7.19.1", "@babel/preset-env": "^7.19.1", "@babel/register": "^7.18.9", "esbuild": "^0.15.10", "mocha": "^9.1.1", "nock": "^13.2.9" }, "dependencies": { "@absinthe/socket": "^0.2.1", "@qix/base64url-arraybuffer": "^1.0.0", "blakejs": "^1.2.1", "cross-fetch": "^3.1.4", "crypto-js": "^4.1.1", "curve25519-js": "^0.0.4", "eccrypto": "^1.1.6", "ed2curve": "^0.3.0", "elliptic": "^6.5.4", "events": "^3.3.0", "isomorphic-ws": "^4.0.1", "js-sha3": "^0.8.0", "json-rpc-2.0": "^1.5.1", "phoenix": "^1.6.6", "sjcl": "^1.0.8", "ws": "^8.5.0" } }