{
  "name": "lsp-ducky-1",
  "version": "1.0.0",
  "description": "The DynamicMetadata Smart Contract is a robust solution for managing metadata attributes of tokens in a dynamic manner. It allows users to add, update, and retrieve attributes associated with unique token IDs, with attributes being represented as key-value pairs. The contract ensures real-time synchronization by emitting a 'RefreshRequired' event whenever an attribute undergoes modification, prompting clients to update their metadata. This package includes functionalities such as dynamic attribute management, event notifications, and a comprehensive set of public and internal functions to facilitate interactions with the contract. It's designed for inheritance in other smart contracts. The accompanying documentation offers a thorough guide, including practical examples to assist developers in integrating and utilizing the contract efficiently.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "Dynamic Metadata",
    "Attributes",
    "Ducky Inc.",
    "Ducky Group",
    "Ducky"
  ],
  "author": "ducky.group",
  "license": "ISC",
  "devDependencies": {
    "@nomicfoundation/hardhat-toolbox": "^3.0.0",
    "hardhat": "^2.18.3",
    "ts-node": "^10.9.1"
  }
}
