UNPKG

@acala-network/contracts

Version:
33 lines 769 B
{ "name": "@acala-network/contracts", "version": "4.5.0", "description": "AcalaNetwork Smart Contract library for Solidity", "files": [ "**/*.js", "**/*.ts", "**/*.sol", "/docs", "/typechain/**/*.js", "/typechain/**/*.d.ts", "/build/contracts/*.json" ], "scripts": { "prepare": "bash ../scripts/prepare-contracts-package.sh" }, "repository": { "type": "git", "url": "git+https://github.com/AcalaNetwork/predeploy-contracts.git" }, "keywords": [ "smart", "solidity", "contracts", "AcalaNetwork" ], "author": "", "license": "MIT", "bugs": { "url": "https://github.com/AcalaNetwork/predeploy-contracts/issues" }, "homepage": "https://github.com/AcalaNetwork/predeploy-contracts" }