UNPKG

@valueswap/v2-periphery

Version:

🎚 Peripheral smart contracts for interacting with Valueswap V2

75 lines (74 loc) • 2.09 kB
{ "name": "@valueswap/v2-periphery", "version": "2.0.1", "description": "🎚 Peripheral smart contracts for interacting with Valueswap V2", "author": { "name": "Value Network", "email": "support@valuenetwork.live", "url": "https://valuenetwork.live" }, "license": "GPL-3.0-or-later", "repository": { "type": "git", "url": "https://github.com/valuenetworklive2021/valueswap-v2-periphery" }, "scripts": { "lint": "yarn prettier ./test/*.ts --check", "lint:fix": "yarn prettier ./test/*.ts --write", "copy": "yarn copy-v1-artifacts", "copy-v1-artifacts": "ncp ./buildV1 ./build", "clean": "rimraf ./build/", "precompile": "yarn clean", "compile": "truffle compile", "postcompile": "yarn copy", "pretest": "yarn compile", "test": "truffle test", "predeploy-": "yarn compile", "deploy": "truffle migrations --network", "verify": "truffle run verify --network", "prepublishOnly-": "yarn test", "ganache-cli": "ganache-cli", "concat": "yarn run concat:all", "concat:all": "yarn run concat:ValueswapV2Router02", "concat:ValueswapV2Router02": "truffle-flattener contracts/ValueswapV2Router02.sol > contracts-monofiles/ValueswapV2Router02.sol" }, "files": [ "build", "contracts" ], "engines": { "node": ">=10" }, "dependencies": { "@valueswap/lib": "1.0.1", "@valueswap/v2-core": "2.0.1" }, "devDependencies": { "@truffle/hdwallet-provider": "^1.2.1", "@types/chai": "^4.2.6", "@types/mocha": "^5.2.7", "chai": "^4.2.0", "ethereum-waffle": "^3.2.1", "ethereumjs-util": "^6.2.0", "ethers": "^5.0.0", "ganache-cli": "^6.12.1", "hardhat": "^2.0.6", "mocha": "^6.2.2", "ncp": "^2.0.0", "prettier": "^1.19.1", "rimraf": "^3.0.2", "solc": "0.6.6", "truffle": "^5.1.59", "truffle-flattener": "^1.5.0", "truffle-plugin-verify": "^0.5.4", "ts-node": "^8.5.4", "typescript": "^3.7.3" }, "keywords": [ "ethereum", "valueswap", "v2", "periphery", "valueswap v2" ] }