UNPKG

@arrakisfi/v3-lib-0.8

Version:
66 lines (65 loc) 1.88 kB
{ "name": "@arrakisfi/v3-lib-0.8", "version": "0.1.4", "license": "MIT", "files": [ "contracts" ], "scripts": { "build": "yarn compile && npx tsc", "compile": "npx hardhat compile --force", "clean": "rm -rf dist && npx hardhat clean", "format": "prettier --write .", "format:check": "prettier --check '*/**/*.{js,sol,json,md,ts}'", "lint": "eslint --cache . && yarn lint:sol", "lint:ts": "eslint -c .eslintrc.json --ext \"**/*.ts\" \"**/*.test.ts\"", "lint:sol": "solhint 'contracts/**/*.sol'" }, "devDependencies": { "@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers", "@tsconfig/recommended": "1.0.1", "@typechain/ethers-v5": "9.0.0", "@typechain/hardhat": "4.0.0", "@types/node": "18.7.14", "@typescript-eslint/eslint-plugin": "5.36.0", "@typescript-eslint/parser": "5.36.0", "@uniswap/v3-core": "1.0.1", "dotenv": "16.0.1", "eslint": "8.23.0", "eslint-config-prettier": "8.5.0", "eslint-plugin-prettier": "4.2.1", "ethers": "5.7.0", "hardhat": "2.10.2", "husky": "8.0.1", "lint-staged": "13.0.3", "node-fetch": "3.2.10", "prettier": "2.7.1", "prettier-plugin-solidity": "1.0.0-beta.24", "solhint": "3.3.7", "solhint-plugin-prettier": "0.0.5", "ts-generator": "0.1.1", "ts-node": "10.9.1", "typechain": "7.0.0", "typescript": "4.8.2" }, "lint-staged": { "*.{ts,js}": "eslint -c .eslintrc.json" }, "description": "uniswap v3 math sol 0.8", "repository": { "type": "git", "url": "git+ssh://git@github.com/ArrakisFinance/v3-lib-0.8.git" }, "keywords": [ "uniswap", "v3", "math", "solidity", "0.8" ], "author": "Arrakis", "bugs": { "url": "https://github.com/ArrakisFinance/v3-lib-0.8/issues" }, "homepage": "https://github.com/ArrakisFinance/v3-lib-0.8#readme" }