status-web/package.json

23 lines
463 B
JSON
Raw Normal View History

2021-09-03 07:58:45 +00:00
{
"name": "dappconnect-sdks",
"packageManager": "yarn@3.0.1",
"license": "MIT OR Apache-2.0",
"repository": "https://github.com/status-im/dappconnect-sdks",
"keywords": [
"waku",
"decentralised",
"communication",
"web3",
"ethereum",
"dapps"
],
"scripts": {
"fix": "run-s 'fix:*'",
"fix:prettier": "prettier \"./*.json\" --write"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2"
}
}