@test-org122/hypernet-core
Version:
Hypernet Core. Represents the SDK for running the Hypernet Protocol.
73 lines • 2.63 kB
JSON
{
"name": "@test-org122/hypernet-core",
"version": "0.0.5",
"description": "Hypernet Core. Represents the SDK for running the Hypernet Protocol.",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/GoHypernet/hypernet-protocol.git"
},
"bugs": {
"url": "https://github.com/GoHypernet/hypernet-protocol/issues"
},
"homepage": "https://github.com/GoHypernet/hypernet-protocol/tree/master/packages/core#readme",
"author": "Charlie Sibbach <charlie@hyperdyne.io>",
"keywords": [
"Blockchain",
"Hypernet",
"SDK",
"Nitro",
"Ethereum"
],
"main": "dist/index.js",
"files": [
"dist",
"src",
"!dist/test",
"!dist/tsconfig.tsbuildinfo"
],
"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rimraf dist",
"compile": "tsc --build src/tsconfig.json",
"compile-necessary": "cd ../merchant-connector && yarn compile && cd ../utils && yarn compile",
"copy-dts": "copyfiles -u 1 \"src/**/*.d.ts\" lib",
"format": "prettier --write \"src/**/*.ts\" && prettier --write \"test/**/*.ts\"",
"generate-docs": "npx typedoc --options typedoc.json",
"lint": "tslint -p src/tsconfig.json",
"prepare": "yarn build",
"test": "yarn compile-necessary && yarn test:ci",
"test-integration": "cucumber-js --require-module ts-node/register --require-module tsconfig-paths/register --require 'test/integration/**/*.ts' test/integration/features/**/*.feature",
"test:ci": "jest --runInBand --coverage --passWithNoTests",
"test:watch": "jest --watch --color --detectOpenHandles",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"webpack": "webpack",
"publish-package": "yarn publish --access public"
},
"types": "dist/index.d.ts",
"dependencies": {
"@ceramicnetwork/http-client": "^0.9.5",
"@connext/vector-browser-node": "^0.1.18-beta.1",
"@connext/vector-contracts": "^0.1.18-beta.1",
"@connext/vector-types": "^0.1.18-beta.1",
"@connext/vector-utils": "^0.1.18-beta.1",
"@test-org122/merchant-connector": "^0.0.1",
"@test-org122/utils": "^0.0.1",
"@metamask/detect-provider": "^1.1.0",
"@types/pino": "^6.3.2",
"class-transformer": "^0.3.2",
"crypto-browserify": "^3.12.0",
"ethers": "5.0.31",
"moment": "^2.27.0",
"neverthrow": "^4.1.0",
"path-browserify": "^1.0.1",
"pino": "^6.7.0",
"reflect-metadata": "^0.1.13",
"rxjs": "^6.6.2",
"sjcl": "^1.0.8",
"stream-browserify": "^3.0.0",
"uuid": "^8.3.0"
}
}