UNPKG

@lukso/lsp17contractextension-contracts

Version:

Package for the LSP17 Contract Extension standard

50 lines (49 loc) 1.31 kB
{ "name": "@lukso/lsp17contractextension-contracts", "version": "0.16.2", "description": "Package for the LSP17 Contract Extension standard", "license": "Apache-2.0", "author": "", "main": "./dist/index.cjs", "module": "./dist/index.mjs", "typings": "./dist/index.d.ts", "exports": { ".": { "require": "./dist/index.cjs", "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./artifacts/*": "./artifacts/*", "./package.json": "./package.json" }, "files": [ "contracts/**/*.sol", "!contracts/Mocks/**/*.sol", "artifacts/*.json", "dist", "./README.md" ], "keywords": [ "LUKSO", "LSP", "Blockchain", "Standards", "Smart Contracts", "Ethereum", "EVM", "Solidity" ], "scripts": { "build": "hardhat compile --show-stack-traces", "build:js": "unbuild", "build:types": "npx wagmi generate", "clean": "hardhat clean && rm -Rf dist/ cache/ node_modules/ .turbo/ types/ typechain/ build/ artifacts/", "format": "prettier --write .", "lint": "eslint . --ext .ts,.js", "lint:solidity": "solhint 'contracts/**/*.sol' && prettier --check 'contracts/**/*.sol'", "package": "hardhat prepare-package" }, "dependencies": { "@openzeppelin/contracts": "^4.9.6" } }