UNPKG

archethic

Version:
60 lines (59 loc) 1.62 kB
{ "name": "archethic", "version": "1.18.2", "description": "Archethic Javascript SDK", "main": "./dist/index.js", "types": "./dist/index.d.ts", "type": "module", "files": [ "dist" ], "scripts": { "test": "jest", "build": "tsc && node build.js", "prepublishOnly": "npm run build", "postpublish": "rm -r dist" }, "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": { "@types/absinthe__socket": "^0.2.3", "@types/elliptic": "^6.4.14", "@types/jest": "^29.5.0", "esbuild": "^0.19.0", "jest": "^29.5.0", "ts-jest": "^29.1.0", "ts-jest-resolver": "^2.0.1", "nock": "^13.3.0" }, "dependencies": { "@absinthe/socket": "^0.2.1", "blakejs": "^1.2.1", "buffer": "^6.0.3", "cross-fetch": "^4.0.0", "crypto-js": "^4.1.1", "curve25519-js": "^0.0.4", "ed2curve": "^0.3.0", "elliptic": "^6.5.4", "isomorphic-ws": "^5.0.0", "js-sha3": "^0.9.0", "json-rpc-2.0": "^1.6.0", "phoenix": "^1.7.2", "sjcl": "^1.0.8", "tweetnacl": "^1.0.3", "uninstall": "^0.0.0" } }