@composable-finance/v1-sdk-contracts
Version:
SDK for cross-layer transactions
106 lines (105 loc) • 4.36 kB
JSON
{
"name": "@composable-finance/v1-sdk-contracts",
"version": "1.0.4",
"description": "SDK for cross-layer transactions",
"main": "index.js",
"types": "dist/types/index.d.ts",
"scripts": {
"build": "hardhat compile && tsc",
"deploy:chainlink_adapter": "hardhat deploy --tags deploy_chainlink_adapter --deploy-scripts ./scripts/deployment --network",
"deploy:chainlink_adapter_2": "hardhat deploy --tags deploy_chainlink_adapter_2 --deploy-scripts ./scripts/deployment --network",
"deploy:exchanges_adapter": "hardhat deploy --tags deploy_exchanges_adapters --deploy-scripts ./scripts/deployment --network",
"deploy:exchanges_adapter_2": "hardhat deploy --tags deploy_exchanges_adapters_2 --deploy-scripts ./scripts/deployment --network",
"deploy:composable_config": "hardhat deploy --tags deploy_composable_config --network",
"deploy:composable_config_2": "hardhat deploy --tags deploy_composable_config_2 --deploy-scripts ./scripts/deployment --network",
"set_config_data:testnet": "hardhat deploy --tags set_config_data_testnet --deploy-scripts ./scripts/deployment --network",
"set_config_data:mainnet": "hardhat deploy --tags set_config_data_mainnet --deploy-scripts ./scripts/deployment --network",
"prettier": "prettier --check src/**/*.ts test/**/*.ts contracts/**/*.sol",
"format": "prettier --write contracts/**/*.sol",
"clean": "rm -rf ./cache && rm -rf ./artifacts",
"cleandist": "rm -rf ./dist",
"test": "hardhat test",
"test:mainnet:oracle_adapter": "cross-env MODE='LIVE' hardhat test mainnet_tests/ChainlinkAdapter.test.ts",
"test:mainnet:contract_demo": "cross-env MODE='LIVE' hardhat test mainnet_tests/ContractDemo.test.ts --network",
"start": "hardhat node",
"verify_contract": "hardhat verify --network",
"publish_restricted": "yarn publish --access restricted",
"publish_public": "yarn publish --access public",
"upgrade:exchanges_adapters": "hardhat deploy --tags upgrade_exchanges_adapters --network"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ComposableFi/v1-sdk-contracts.git"
},
"keywords": [
"sdk",
"composable",
"L2",
"cross-chain",
"cross-layer"
],
"author": "composable.finance",
"contributors": [
"Composable Finance",
"Eladio Sánchez <eladio@composable.finance>",
"Mayowa Tudonu <mayowa@composable.finance>",
"denis@abag <denis@composable.finance>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ComposableFi/v1-sdk-contracts/issues"
},
"files": [
"/contracts/cross-layer",
"/contracts/utils/libraries",
"/contracts/utils/Ownable.sol",
"/contracts/utils/Operations.sol",
"/contracts/utils/protocol_config/interfaces"
],
"homepage": "https://github.com/ComposableFi/v1-sdk-contracts",
"devDependencies": {
"@composable-finance/v1-sdk-defi-protocols": "^1.0.4",
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.11",
"@nomiclabs/hardhat-etherscan": "^2.1.6",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@tsconfig/recommended": "^1.0.1",
"@typechain/ethers-v5": "^7.1.2",
"@typechain/hardhat": "^2.2.0",
"@types/chai": "^4.2.22",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^8.2.3",
"@types/node": "^16.10.2",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"copyfiles": "^2.2.0",
"cross-env": "^7.0.3",
"dotenv": "^10.0.0",
"eslint": "^7.29.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.4.7",
"got": "^11.8.2",
"hardhat": "^2.6.4",
"hardhat-abi-exporter": "^2.3.0",
"hardhat-deploy": "^0.8.11",
"prettier": "^2.4.1",
"prettier-plugin-solidity": "^1.0.0-beta.18",
"solc": "^0.8.9",
"solhint": "^3.3.6",
"solhint-plugin-prettier": "^0.0.5",
"solidity-coverage": "^0.7.17",
"ts-node": "^10.1.0",
"typechain": "^5.1.1",
"typescript": "^4.4.3",
"yarn-or-npm": "^3.0.1"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.2",
"@openzeppelin/contracts-upgradeable": "^3.4.2",
"@openzeppelin/hardhat-upgrades": "^1.10.0",
"@uniswap/v3-core": "^1.0.0"
}
}