@test-org122/merchant-iframe
Version:
Mediator iFrame package. This is used to sandbox the connector code away from the running hypernet core.
57 lines • 1.83 kB
JSON
{
"name": "@test-org122/merchant-iframe",
"version": "0.0.1",
"description": "Mediator iFrame package. This is used to sandbox the connector code away from the running hypernet core.",
"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",
"Ethereum",
"Vector",
"Connext"
],
"main": "dist/index.js",
"files": [
"dist",
"src",
"!dist/test",
"!dist/tsconfig.tsbuildinfo"
],
"scripts": {
"build": "yarn clean && yarn compile",
"clean": "rimraf dist",
"compile": "webpack",
"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",
"start": "webpack serve --config webpack.config.js --mode development --open",
"test": "yarn test:ci",
"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",
"publish-package": "yarn publish --access public"
},
"types": "dist/index.d.ts",
"dependencies": {
"@test-org122/hypernet-core": "^0.0.1",
"@test-org122/merchant-connector": "^0.0.1",
"@test-org122/utils": "^0.0.1",
"ethers": "^5.0.31",
"neverthrow": "^4.1.0",
"postmate": "^1.5.2",
"rxjs": "^6.6.2"
}
}