2021-09-03 17:58:45 +10:00
|
|
|
{
|
|
|
|
"name": "dappconnect-sdks",
|
2021-11-26 12:24:37 +01:00
|
|
|
"packageManager": "yarn@3.1.0",
|
2021-09-03 17:58:45 +10:00
|
|
|
"license": "MIT OR Apache-2.0",
|
|
|
|
"scripts": {
|
2021-09-24 13:36:26 +02:00
|
|
|
"fix": "run-s 'fix:*' && wsrun -e -c -s fix",
|
2021-09-14 16:02:01 +10:00
|
|
|
"fix:prettier": "prettier \"./*.json\" --write",
|
|
|
|
"build": "wsrun -e -c -s build",
|
2021-09-24 10:47:06 +10:00
|
|
|
"test": "wsrun -e -c -s test",
|
2022-01-14 22:44:41 +11:00
|
|
|
"sc": "yarn workspace @waku/status-communities"
|
2021-09-03 17:58:45 +10:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"npm-run-all": "^4.1.5",
|
2021-09-14 16:02:01 +10:00
|
|
|
"prettier": "^2.3.2",
|
|
|
|
"wsrun": "^5.2.4"
|
2021-09-13 15:54:05 +10:00
|
|
|
},
|
|
|
|
"private": true,
|
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
]
|
2021-09-03 17:58:45 +10:00
|
|
|
}
|
|
|
|
}
|