easybake-swap-lib
Version:
59 lines (58 loc) • 1.45 kB
JSON
{
"name": "easybake-swap-lib",
"version": "1.0.0",
"author": "Chef Buns",
"description": "EasyBake Swap Lib",
"files": [
"contracts",
"!contracts/test"
],
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/easybakeswap/easybake-swap-lib.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"engines": {
"node": ">=10"
},
"scripts": {
"lint": "yarn prettier --check ./test/{**/*,*}.ts ./contracts/{**/*,**/**/*}.sol ",
"lint:fix": "yarn prettier --write ./test/{**/*,*}.ts ./contracts/{**/*,**/**/*}.sol",
"precompile": "rimraf ./build/",
"compile": "waffle",
"pretest": "yarn compile",
"test": "mocha",
"prepublishOnly": "yarn test"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "^7.0.2",
"chai": "^4.2.0",
"ethereum-waffle": "^3.0.0",
"mocha": "^7.1.1",
"prettier": "^2.0.4",
"prettier-plugin-solidity": "^1.0.0-alpha.57",
"rimraf": "^3.0.2",
"solc": "^0.6.0",
"ts-node": "^8.9.0",
"typescript": "^3.8.3"
},
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/easybakeswap/easybake-swap-lib/issues"
},
"homepage": "https://github.com/easybakeswap/easybake-swap-lib#readme",
"main": "index.js",
"directories": {
"test": "test"
},
"keywords": [
"swap",
"easybake",
"easybakeswap",
"smart",
"contracts"
]
}