You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
exchange-contracts/package.json

50 lines
1.5 KiB

{
"name": "@kalycoinproject/exchange-contracts",
"devDependencies": {
"@eth-optimism/smock": "^1.1.9",
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.2.21",
"@types/mocha": "^8.2.3",
"@types/node": "^16.3.1",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethereumjs-tx": "^2.1.2",
"ethereumjs-util": "^7.0.10",
"ethers": "^5.3.1",
"hardhat": "^2.4.1",
"hardhat-abi-exporter": "^2.2.1",
"hardhat-contract-sizer": "^2.0.3",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^7.2.0",
"ts-node": "^10.1.0",
"tsconfig-paths": "^3.10.1",
"typescript": "^4.3.5"
},
"dependencies": {
"hardhat-tracer": "^1.0.0-alpha.5"
},
"version": "1.0.2",
"description": "Contracts for the KalySwap Dex.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/kalycoinproject/exchange-contracts.git"
},
"author": "Nico <dev@cipherlabs.org>",
"license": "MIT",
"scripts": {
"precompile": "rimraf ./build/",
"compile": "npx hardhat compile",
"pretest": "yarn compile",
"test": "npx hardhat test",
"test-node": "npx hardhat node --network hardhat",
"test-local": "npx hardhat --network localhost test",
"lint": "prettier ./test/**/*.ts --check",
"prepublishOnly": "yarn test"
},
"bugs": {
"url": "https://github.com/kalycoinproject/exchange-contracts/issues"
},
"homepage": "https://kalyswap.io"
}