diff --git a/package-lock.json b/package-lock.json index 09f6120..369db51 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,6 +10,7 @@ "dependencies": { "@inquirer/prompts": "^2.2.0", "@layerzerolabs/solidity-examples": "^0.0.13", + "@limitbreak/creator-token-standards": "^2.0.1", "@openzeppelin/contracts": "^4.7.3", "erc721a": "^4.2.3", "operator-filter-registry": "^1.4.2" @@ -2465,6 +2466,20 @@ "integrity": "sha512-swKHYCOZUGyVt4ge0u8a7AwNcA//h4nx5wIi0sruGye1IJ5Cva0GyK9L2/WdX+kWVTKp92ZiEo1df31lrWGPgA==", "peer": true }, + "node_modules/@limitbreak/creator-token-standards": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@limitbreak/creator-token-standards/-/creator-token-standards-2.0.1.tgz", + "integrity": "sha512-gZwPE74lU3Bf41iK07bkeLieXq0GYs0anL5UILN3w2HdA3XzwxNM3Nsn0HMb558rXdWxUfN9WdV7xXco9S/9zQ==", + "dependencies": { + "@openzeppelin/contracts": "4.8.3", + "erc721a": "4.2.3" + } + }, + "node_modules/@limitbreak/creator-token-standards/node_modules/@openzeppelin/contracts": { + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.3.tgz", + "integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==" + }, "node_modules/@metamask/eth-sig-util": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@metamask/eth-sig-util/-/eth-sig-util-4.0.1.tgz", @@ -26565,6 +26580,22 @@ "integrity": "sha512-swKHYCOZUGyVt4ge0u8a7AwNcA//h4nx5wIi0sruGye1IJ5Cva0GyK9L2/WdX+kWVTKp92ZiEo1df31lrWGPgA==", "peer": true }, + "@limitbreak/creator-token-standards": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@limitbreak/creator-token-standards/-/creator-token-standards-2.0.1.tgz", + "integrity": "sha512-gZwPE74lU3Bf41iK07bkeLieXq0GYs0anL5UILN3w2HdA3XzwxNM3Nsn0HMb558rXdWxUfN9WdV7xXco9S/9zQ==", + "requires": { + "@openzeppelin/contracts": "4.8.3", + "erc721a": "4.2.3" + }, + "dependencies": { + "@openzeppelin/contracts": { + "version": "4.8.3", + "resolved": "https://registry.npmjs.org/@openzeppelin/contracts/-/contracts-4.8.3.tgz", + "integrity": "sha512-bQHV8R9Me8IaJoJ2vPG4rXcL7seB7YVuskr4f+f5RyOStSZetwzkWtoqDMl5erkBJy0lDRUnIR2WIkPiC0GJlg==" + } + } + }, "@metamask/eth-sig-util": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/@metamask/eth-sig-util/-/eth-sig-util-4.0.1.tgz", diff --git a/package.json b/package.json index 975f2f9..705e59d 100644 --- a/package.json +++ b/package.json @@ -32,6 +32,7 @@ "dependencies": { "@inquirer/prompts": "^2.2.0", "@layerzerolabs/solidity-examples": "^0.0.13", + "@limitbreak/creator-token-standards": "^2.0.1", "@openzeppelin/contracts": "^4.7.3", "erc721a": "^4.2.3", "operator-filter-registry": "^1.4.2"