UNPKG

@tokenize.it/dss-vest

Version:

adds erc2771 and a factory for DssVestMintable to dss-vest

88 lines (87 loc) 2.26 kB
{ "name": "@tokenize.it/dss-vest", "version": "0.1.0-beta.1", "description": "adds erc2771 and a factory for DssVestMintable to dss-vest", "keywords": [ "evm", "ethereum", "smart contract", "DssVest", "dss-vest", "dss", "vesting" ], "main": "src/DssVest.sol", "author": "malteish <malteish@corpus.io>", "homepage": "https://github.com/corpus-io/dss-vest", "license": "AGPL-3.0-or-later", "private": false, "bugs": { "url": "https://github.com/corpus-io/dss-vest/issues", "email": "info@corpus.io" }, "dependencies": { "@opengsn/contracts": "2.2.5", "@openzeppelin/contracts": "4.8.1" }, "contributors": [ { "name": "makerdao" }, { "name": "malteish", "email": "malteish@corpus.io" } ], "files": [ "README.md", "/src/**/*.sol", "/docs/**/*", "/types/**/*", "hardhat.config.ts", "tsconfig.json" ], "repository": { "type": "git", "url": "git@github.com:corpus-io/dss-vest.git" }, "publishConfig": { "ignore": [ "test/", "certora/", "echidna/", "lib/" ] }, "scripts": { "prepack": "yarn npmignore --auto && yarn test && yarn build ", "build": "yarn hardhat compile && yarn tsc --declaration", "test": "forge test --fork-url $ETH_RPC_URL", "test:local": "forge test --match-test local" }, "devDependencies": { "@ethersproject/abi": "^5.4.7", "@ethersproject/providers": "^5.4.7", "@nomicfoundation/hardhat-chai-matchers": "^1.0.0", "@nomicfoundation/hardhat-foundry": "^1.0.1", "@nomicfoundation/hardhat-network-helpers": "^1.0.0", "@nomicfoundation/hardhat-toolbox": "^2.0.0", "@nomiclabs/hardhat-ethers": "^2.0.0", "@nomiclabs/hardhat-etherscan": "^3.0.0", "@tokenize.it/contracts": "4.0.1", "@typechain/ethers-v5": "^10.1.0", "@typechain/hardhat": "^6.1.2", "@types/chai": "^4.2.0", "@types/mocha": ">=9.1.0", "@types/node": ">=12.0.0", "chai": "^4.2.0", "ethers": "^5.4.7", "hardhat": "^2.13.1", "hardhat-gas-reporter": "^1.0.8", "npmignore": "^0.3.0", "solidity-coverage": "^0.8.0", "ts-node": ">=8.0.0", "typechain": "^8.1.0", "typescript": ">=4.5.0" } }