@composable-finance/v1-sdk-defi-protocols
Version:
Provides ABIs, Addresses, and Solidity Interfaces to popular DeFi protocols.
54 lines (53 loc) • 2.09 kB
JSON
{
"name": "@composable-finance/v1-sdk-defi-protocols",
"version": "1.0.5",
"description": "Provides ABIs, Addresses, and Solidity Interfaces to popular DeFi protocols.",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"scripts": {
"clean": "rm -rf dist",
"build": "yarn clean && tsc --declaration && cp ../README.md dist",
"postbuild": "copyfiles --verbose -u 2 ./**/interfaces/*.sol -e './node_modules/**/*.*' ./dist/contracts/",
"pack:move": "cd ./dist && yarn pack && mv composable-finance-v1-sdk-defi-protocols-v1.0.5.tgz ../../dist_packages",
"build:pack:move": "yarn build && yarn run pack:move",
"build:pack:move:install": "yarn run build:pack:move && cd ../../dist_packages && yarn add ./dist_packages/composable-finance-v1-sdk-defi-protocols-v1.0.5-alpha.tgz",
"test": "jest --verbose",
"link": "yarn build && cd dist && npm link",
"pubdist": "cd dist && npm publish --ignore-scripts --access restricted",
"pubdistpublic": "cd dist && npm publish --ignore-scripts --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ComposableFi/composable-sdk-protocols"
},
"keywords": [
"sdk",
"protocols",
"defi",
"composable",
"L2",
"cross-chain",
"cross-layer"
],
"author": "composable.finance",
"license": "MIT",
"bugs": {
"url": "https://github.com/ComposableFi/composable-sdk-protocols/issues"
},
"homepage": "https://composable.finance",
"devDependencies": {
"@tsconfig/recommended": "^1.0.1",
"@types/node": "^13.13.0",
"copyfiles": "^2.2.0",
"docsify-cli": "^4.4.0",
"dotenv": "^8.2.0",
"embedme": "^1.21.0",
"ethers": "^4.0.46",
"ganache-core": "^2.10.2",
"json2md": "^1.7.0",
"typescript": "^3.8.3"
},
"dependencies": {
"@openzeppelin/contracts": "^2.5.0"
}
}