@sonicxchain/soxswap-periphery
Version:
Peripheral smart contracts for interacting with Soxswap
40 lines (39 loc) • 924 B
JSON
{
"name": "@sonicxchain/soxswap-periphery",
"version": "0.1.0",
"description": "Peripheral smart contracts for interacting with Soxswap",
"homepage": "https://sonicx.org/",
"repository": {
"type": "git",
"url": "https://github.com/sonicxchain/soxswap-periphery"
},
"keywords": [
"soxswap",
"sonicx",
"periphery",
"router"
],
"files": [
"build",
"contracts"
],
"dependencies": {
"@sonicxchain/soxswap-core": "^0.1.0",
"@sonicxchain/soxswap-lib": "^0.1.0",
"@sonicxchain/src20": "^1.0.2"
},
"devDependencies": {
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.2",
"ncp": "^2.0.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.0",
"solc": "0.6.6",
"ts-node": "^8.5.4",
"typescript": "^3.7.3"
},
"scripts": {},
"license": "GPL-3.0-or-later"
}