tokenbridge-contracts/package.json

54 lines
1.7 KiB
JSON

{
"name": "tokenbridge-contracts",
"version": "6.0.0",
"description": "Bridge",
"main": "index.js",
"scripts": {
"test": "test/test.sh",
"test:gasreport": "GASREPORT=true npm run test",
"test:gasreport:ci": "npm run test:gasreport && npx codechecks",
"compile": "truffle compile",
"flatten": "bash flatten.sh",
"lint": "npm run lint:js && npm run lint:sol",
"lint:js": "eslint .",
"lint:js:fix": "eslint . --fix",
"lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
"lint:sol:prettier:fix": "prettier --write \"contracts/**/*.sol\"",
"watch-tests": "./node_modules/.bin/nodemon ./node_modules/.bin/truffle test --network test",
"coverage": "SOLIDITY_COVERAGE=true npm run test"
},
"author": "POA network",
"license": "GPLv3",
"dependencies": {
"@opengsn/cli": "^2.2.2",
"@opengsn/contracts": "^2.2.2",
"@opengsn/provider": "^2.2.2",
"array-flat-polyfill": "^1.0.1",
"openzeppelin-solidity": "1.12.0",
"truffle": "^5.3.2",
"truffle-flattener": "^1.4.2",
"web3-provider-engine": "^14.0.6",
"web3-utils": "^1.2.6"
},
"devDependencies": {
"@codechecks/client": "^0.1.9",
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-bn": "^0.1.1",
"eslint": "^6.3.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.0.1",
"eth-gas-reporter": "^0.2.11",
"ethereumjs-util": "5.2.0",
"nodemon": "^1.17.3",
"prettier": "^1.18.2",
"prettier-plugin-solidity": "1.0.0-alpha.32",
"solhint": "2.2.0",
"solhint-plugin-prettier": "0.0.3",
"solidity-coverage": "0.7.16"
}
}