UNPKG

@web3dotorg/nftf

Version:

NFTF is a TokenF based RWA NFT

73 lines (72 loc) 2.45 kB
{ "name": "@web3dotorg/nftf", "version": "0.2.0", "license": "MIT", "author": "web3dotorg", "description": "NFTF is a TokenF based RWA NFT", "readme": "README.md", "repository": { "type": "git", "url": "https://github.com/web3dotorg/tokenf" }, "keywords": [ "solidity", "ethereum", "q", "smart-contracts", "nftf", "rwa" ], "files": [ "**/*.sol", "!mock/**/*" ], "scripts": { "prepare": "husky", "compile": "npx hardhat compile", "coverage": "npx hardhat coverage --solcoverjs ./.solcover.ts", "clean": "npx hardhat clean", "test": "npx hardhat test", "test-all": "npm run deploy-localhost && npm run test", "private-network": "npx hardhat node", "private-network-fork": "npx hardhat node --fork https://mainnet.infura.io/v3/$(grep INFURA_KEY .env | cut -d '\"' -f2)", "deploy-localhost": "npx hardhat migrate --network localhost", "deploy-q-testnet": "npx hardhat migrate --network q-testnet --verify", "deploy-q-mainnet": "npx hardhat migrate --network q-mainnet --verify", "generate-types": "TYPECHAIN_FORCE=true npx hardhat typechain && npx hardhat gobind", "generate-docs": "npx hardhat markup", "lint-fix": "npm run lint-sol-fix && npm run lint-ts-fix && npm run lint-json-fix", "lint-json-fix": "prettier --write \"./**/*.json\"", "lint-ts-fix": "prettier --write \"./**/*.ts\"", "lint-sol-fix": "prettier --write \"./**/*.sol\"", "publish-to-npm": "npm run lint-fix && bash ./scripts/publish.sh --public" }, "dependencies": { "@openzeppelin/contracts": "5.4.0", "@openzeppelin/contracts-upgradeable": "5.4.0", "@tokenf/contracts": "0.3.0", "@solarity/solidity-lib": "3.1.3" }, "devDependencies": { "@nomicfoundation/hardhat-network-helpers": "^1.0.12", "@nomicfoundation/hardhat-toolbox": "^6.1.0", "@solarity/hardhat-gobind": "^1.2.2", "@solarity/hardhat-markup": "^1.0.7", "@solarity/hardhat-migrate": "^3.1.0", "bignumber.js": "^9.1.2", "chai": "^4.3.10", "dotenv": "^16.3.1", "hardhat": "^2.26.0", "hardhat-contract-sizer": "^2.10.0", "husky": "^9.0.11", "mocha": "^10.2.0", "prettier": "^3.2.5", "prettier-plugin-solidity": "^1.3.1", "solhint": "^4.0.0", "solhint-plugin-prettier": "^0.1.0", "ts-node": "^10.9.2", "tsconfig-paths": "^4.2.0", "typechain": "^8.3.2", "typescript": "^5.3.3" } }