UNPKG

@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20

Version:

Integration tests for HTLC with ERC-20 tokens plugin.

85 lines (84 loc) 2.67 kB
{ "name": "@hyperledger/cactus-test-plugin-htlc-eth-besu-erc20", "version": "2.0.0", "description": "Integration tests for HTLC with ERC-20 tokens plugin.", "keywords": [ "Hyperledger", "Cactus", "Integration", "Blockchain", "Distributed Ledger Technology" ], "homepage": "https://github.com/hyperledger/cacti#readme", "bugs": { "url": "https://github.com/hyperledger-cacti/cacti/issues" }, "repository": { "type": "git", "url": "git+https://github.com/hyperledger/cacti.git" }, "license": "Apache-2.0", "author": { "name": "Hyperledger Cactus Contributors", "email": "cactus@lists.hyperledger.org", "url": "https://www.hyperledger.org/use/cacti" }, "contributors": [ { "name": "Please add yourself to the list of contributors", "email": "your.name@example.com", "url": "https://example.com" }, { "name": "Peter Somogyvari", "email": "peter.somogyvari@accenture.com", "url": "https://accenture.com" } ], "main": "dist/lib/main/typescript/index.js", "module": "dist/lib/main/typescript/index.js", "browser": "dist/cactus-test-plugin-htlc-eth-besu-erc20.web.umd.js", "types": "dist/lib/main/typescript/index.d.ts", "files": [ "dist/*" ], "scripts": { "watch": "npm-watch", "webpack": "npm-run-all webpack:dev", "webpack:dev": "npm-run-all webpack:dev:node webpack:dev:web", "webpack:dev:node": "webpack --env=dev --target=node --config ../../webpack.config.js", "webpack:dev:web": "webpack --env=dev --target=web --config ../../webpack.config.js" }, "dependencies": { "@hyperledger/cactus-cmd-api-server": "2.0.0", "@hyperledger/cactus-common": "2.0.0", "@hyperledger/cactus-core": "2.0.0", "@hyperledger/cactus-core-api": "2.0.0", "@hyperledger/cactus-plugin-htlc-eth-besu-erc20": "2.0.0", "@hyperledger/cactus-plugin-keychain-memory": "2.0.0", "@hyperledger/cactus-plugin-ledger-connector-besu": "2.0.0", "@hyperledger/cactus-test-tooling": "2.0.0", "axios": "1.7.7", "express": "4.21.0", "web3-eth-abi": "4.0.3", "web3-utils": "4.2.1" }, "devDependencies": { "@types/body-parser": "1.19.4", "@types/express": "5.0.0", "@types/uuid": "10.0.0", "body-parser": "1.20.3", "uuid": "10.0.0" }, "engines": { "node": ">=18", "npm": ">=8" }, "publishConfig": { "access": "public" }, "browserMinified": "dist/cactus-test-plugin-htlc-eth-besu-erc20.web.umd.min.js", "mainMinified": "dist/cactus-test-plugin-htlc-eth-besu-erc20.node.umd.min.js", "watch": {}, "gitHead": "1a0f661027568bd7bb7420fdb6ab6a0991a15c4b" }