@nervosnetwork/ckb-sdk-utils
Version:
Utils module of @nervosnetwork/ckb-sdk-core
56 lines (55 loc) • 1.4 kB
JSON
{
"name": "@nervosnetwork/ckb-sdk-utils",
"version": "0.109.5",
"description": "Utils module of @nervosnetwork/ckb-sdk-core",
"author": "Nervos <dev@nervos.org>",
"homepage": "https://github.com/ckb-js/ckb-sdk-js#readme",
"license": "MIT",
"main": "lib/index.js",
"module": "lib-esm/index.js",
"types": "lib/index.d.ts",
"directories": {
"lib": "lib",
"lib-esm": "lib-esm",
"test": "__tests__"
},
"files": [
"lib",
"lib-esm",
"types"
],
"exports": {
".": {
"import": "./lib-esm/index.js",
"require": "./lib/index.js",
"types": "./lib/index.d.ts"
}
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ckb-js/ckb-sdk-js.git"
},
"scripts": {
"tsc": "tsc --project tsconfig.json && tsc --project tsconfig.esm.json && npx copyfiles -u 2 misc/basedirs/**/* .",
"test": "../../node_modules/.bin/jest"
},
"bugs": {
"url": "https://github.com/ckb-js/ckb-sdk-js/issues"
},
"dependencies": {
"@nervosnetwork/ckb-types": "0.109.5",
"bech32": "2.0.0",
"elliptic": "6.6.1",
"jsbi": "3.1.3",
"tslib": "2.3.1"
},
"devDependencies": {
"@types/bitcoinjs-lib": "5.0.0",
"@types/elliptic": "6.4.12"
},
"gitHead": "8950ea97ca8686ec70db81f668ead0de863fae81"
}