itns-sidechain/package.json

88 lines
2.4 KiB
JSON
Raw Normal View History

2014-04-28 17:12:26 +04:00
{
2018-08-01 20:00:09 -07:00
"name": "hsd",
2025-06-25 14:58:53 +04:00
"version": "8.99.0",
2018-01-05 04:07:16 -08:00
"description": "Cryptocurrency bike-shed",
2017-01-11 23:39:23 -08:00
"license": "MIT",
2018-08-01 20:00:09 -07:00
"repository": "git://github.com/handshake-org/hsd.git",
"homepage": "https://github.com/handshake-org/hsd",
2017-01-11 23:39:23 -08:00
"bugs": {
2018-08-01 20:00:09 -07:00
"url": "https://github.com/handshake-org/hsd/issues"
2017-01-11 23:39:23 -08:00
},
2018-01-05 04:07:16 -08:00
"author": "Christopher Jeffrey <chjjeffrey@gmail.com>",
2014-04-28 17:12:26 +04:00
"keywords": [
2016-02-21 04:57:33 -08:00
"blockchain",
2017-05-31 06:25:55 -07:00
"cryptocurrency",
2018-01-05 04:07:16 -08:00
"handshake",
2018-08-01 20:00:09 -07:00
"hns",
2016-02-19 22:29:33 -08:00
"wallet"
2014-04-28 17:12:26 +04:00
],
2016-02-19 22:29:33 -08:00
"engines": {
2023-01-06 18:20:27 +04:00
"node": ">=14.0.0"
2016-02-19 22:29:33 -08:00
},
2014-04-28 17:12:26 +04:00
"dependencies": {
"bfilter": "~2.4.0",
2024-06-19 18:25:48 +04:00
"bcfg": "~0.2.2",
"bcrypto": "~5.5.2",
2024-06-19 18:25:48 +04:00
"bcurl": "~0.2.1",
2025-05-12 15:18:51 +04:00
"bdb": "~1.6.2",
2019-04-01 05:56:34 -07:00
"bdns": "~0.1.5",
2024-06-19 18:25:48 +04:00
"bevent": "~0.1.6",
2023-08-05 15:55:38 +04:00
"bfile": "~0.2.3",
2024-06-19 18:25:48 +04:00
"bheep": "~0.1.6",
"binet": "~0.3.9",
"blgr": "~0.2.1",
2024-11-28 14:05:47 +00:00
"blru": "~0.1.8",
2024-06-19 18:25:48 +04:00
"blst": "~0.1.6",
2025-06-24 15:41:55 +04:00
"bmutex": "~0.1.8",
"bns": "~0.16.0",
2024-06-19 18:25:48 +04:00
"bsert": "~0.0.13",
"bsock": "~0.1.11",
2021-09-08 14:49:52 -04:00
"bsocks": "~0.2.6",
2019-04-01 05:56:34 -07:00
"btcp": "~0.1.5",
2024-11-28 14:05:47 +00:00
"buffer-map": "~0.0.8",
2025-05-12 15:18:51 +04:00
"bufio": "~1.2.3",
2019-04-01 05:56:34 -07:00
"bupnp": "~0.2.6",
2023-03-09 19:21:48 +04:00
"bval": "~0.1.8",
"bweb": "~0.3.0",
"goosig": "~0.11.0",
2019-11-04 03:53:46 -08:00
"n64": "~0.2.10",
2023-08-05 15:55:38 +04:00
"urkel": "~1.0.3"
2016-02-21 04:57:33 -08:00
},
2014-04-28 17:12:26 +04:00
"devDependencies": {
2025-05-12 15:18:51 +04:00
"bmocha": "^2.2.1",
2025-01-15 18:54:11 +04:00
"bslintrc": "^0.0.3"
},
2018-08-01 20:00:09 -07:00
"main": "./lib/hsd.js",
2017-01-11 23:39:23 -08:00
"bin": {
2018-08-01 20:00:09 -07:00
"hsd": "./bin/hsd",
"hsd-node": "./bin/node",
"hsd-spvnode": "./bin/spvnode",
2020-01-31 01:57:45 -08:00
"hs-seeder": "./bin/hs-seeder",
"hs-wallet": "./bin/hsw",
"hsd-cli": "./bin/hsd-cli",
2023-05-29 17:53:16 +04:00
"hsd-rpc": "./bin/hsd-rpc",
"hsw-cli": "./bin/hsw-cli",
"hsw-rpc": "./bin/hsw-rpc"
2017-01-11 23:39:23 -08:00
},
"scripts": {
2021-01-28 15:49:43 +01:00
"build-docs": "jsdoc -c jsdoc.json",
2020-07-29 22:09:52 +05:30
"lint": "eslint $(cat .eslintfiles)",
"lint-file": "eslint",
2018-11-29 03:23:41 -08:00
"test": "bmocha --reporter spec test/*.js",
"test-browser": "NODE_BACKEND=js bmocha --reporter spec test/*.js",
"test-file": "bmocha --reporter spec",
"test-file-browser": "NODE_BACKEND=js bmocha --reporter spec",
2020-07-29 22:09:52 +05:30
"test-ci": "nyc --reporter lcov bmocha -- --reporter spec test/*.js"
2017-12-19 11:29:21 -08:00
},
"browser": {
2018-07-12 06:59:51 -07:00
"./lib/covenants/reserved": "./lib/covenants/reserved-browser.js",
"./lib/covenants/locked": "./lib/covenants/locked-browser.js",
"./lib/hd/nfkd": "./lib/hd/nfkd-compat.js",
2017-12-19 11:29:21 -08:00
"./lib/hd/wordlist": "./lib/hd/wordlist-browser.js",
"./lib/workers/child": "./lib/workers/child-browser.js",
"./lib/workers/parent": "./lib/workers/parent-browser.js",
2021-09-01 15:49:15 +04:00
"./lib/hsd": "./lib/hsd-browser.js",
"./lib/blockstore/index.js": "./lib/blockstore/index-browser.js"
2014-04-28 17:12:26 +04:00
}
}