UNPKG

@ethsign/tokentable-evm-contracts

Version:

TokenTable is a token management platform for Web3 founders and token holders.

55 lines (54 loc) 1.46 kB
{ "name": "@ethsign/tokentable-evm-contracts", "version": "2.7.0-3", "description": "TokenTable is a token management platform for Web3 founders and token holders.", "license": "AGPL v3", "private": false, "directories": { "test": "test" }, "publishConfig": { "tag": "latest" }, "repository": { "type": "git", "url": "git+https://github.com/EthSign/tokentable-v2-evm" }, "keywords": [ "solidity", "ethereum", "EthSign", "TokenTable", "vesting", "unlocking", "token" ], "scripts": { "format": "npm run format-ts && forge fmt", "format-ts": "prettier --ignore-unknown --write \"**/*.ts\"" }, "devDependencies": { "@nomicfoundation/hardhat-foundry": "^1.1.3", "@nomicfoundation/hardhat-toolbox": "5.0.0", "@openzeppelin/hardhat-upgrades": "^3.9.0", "@types/node": "20.8.7", "@typescript-eslint/eslint-plugin": "6.10.0", "@typescript-eslint/parser": "6.10.0", "dotenv": "^16.4.7", "eslint": "8.53.0", "eslint-config-prettier": "9.1.0", "eslint-plugin-prettier": "5.1.3", "ethers": "^6.13.5", "forge-std": "github:foundry-rs/forge-std", "hardhat": "^2.23.0", "hardhat-deploy": "^1.0.2", "prettier": "^3.5.3", "solhint": "^5.0.5", "typescript": "5.2.2" }, "dependencies": { "@openzeppelin/contracts": "5.0.0", "@openzeppelin/contracts-upgradeable": "5.0.0", "erc721a-upgradeable": "4.2.3" } }