loopring-lightcone
Version:
A library to interact with the Loopring relayer system
31 lines (30 loc) • 932 B
JSON
{
"name": "loopring-lightcone",
"version": "1.7.4",
"description": "A library to interact with the Loopring relayer system",
"main": "lib/",
"author": "Federico Luzzi <fedeluzzi00@gmail.com>",
"license": "GPL-3.0",
"scripts": {
"lint:code": "eslint \"src/**/*.js\"",
"lint:prettier": "prettier -l src/**/*.js",
"lint:commit-message": "commitlint -e",
"lint:ci": "yarn lint:code && yarn lint:prettier"
},
"dependencies": {
"bignumber.js": "^9.0.0",
"blake-hash": "^2.0.0",
"blake2b": "^2.1.3",
"crypto-js": "^4.0.0",
"ethereumjs-util": "^7.0.4",
"node-fetch": "^2.6.0",
"snarkjs": "0.1.20"
},
"devDependencies": {
"@commitlint/cli": "^9.1.1",
"@commitlint/config-conventional": "^9.1.1",
"babel-eslint": "^10.1.0",
"eslint": "^7.7.0",
"husky": "^4.2.5"
}
}