UNPKG

nft-folder-blockchain-connector-besu

Version:

A NestJS-based blockchain connector that communicates with specific smart contracts from the NFT Folder project.

27 lines (25 loc) 602 B
/* * Copyright Fraunhofer Institute for Material Flow and Logistics * * Licensed under the Apache License, Version 2.0 (the "License"). * For details on the licensing terms, see the LICENSE file. * SPDX-License-Identifier: Apache-2.0 */ /** * @type {import('semantic-release').GlobalConfig} */ export default { branches: ['main'], plugins: [ '@semantic-release/commit-analyzer', '@semantic-release/release-notes-generator', [ '@semantic-release/npm', { npmPublish: false, }, ], '@semantic-release/github', '@semantic-release/git', ], };