@rifcoin/lib
Version:
📖 Solidity libraries that are shared across rifcoin contracts
44 lines (43 loc) • 1.05 kB
JSON
{
"name": "@rifcoin/lib",
"version": "1.0.0",
"description": "📖 Solidity libraries that are shared across rifcoin contracts",
"files": [
"contracts",
"!contracts/test"
],
"homepage": "https://rifcoin.io",
"repository": {
"url": "https://github.com/rifcoin/lib",
"type": "git"
},
"bugs": {
"url": "https://github.com/rifcoin/lib/issues"
},
"engines": {
"node": ">=10"
},
"devDependencies": {
"@types/chai": "^4.2.11",
"@types/mocha": "9.0.0",
"chai": "^4.2.0",
"ethereum-waffle": "3.4.0",
"mocha": "^9.1.3",
"prettier": "^2.1.2",
"prettier-plugin-solidity": "^1.0.0-alpha.59",
"rimraf": "^3.0.2",
"solc": "0.8.10",
"solhint-plugin-prettier": "^0.0.5",
"ts-node": "10.4.0",
"typescript": "4.5.4"
},
"scripts": {
"lint": "prettier ./test/*.ts --check",
"precompile": "rimraf ./build/",
"compile": "waffle",
"pretest": "yarn compile",
"test": "mocha",
"prepublishOnly": "yarn test"
},
"license": "GPL-3.0-or-later"
}