mirror of
https://github.com/status-im/community-dapp.git
synced 2025-02-23 11:38:40 +00:00
* Introduce monorepo * Introduce mock contract * Add readme Co-authored-by: Szymon Szlachtowicz <szymon.szlachtowicz@Szymons-MacBook-Pro.local>
22 lines
446 B
JSON
22 lines
446 B
JSON
{
|
|
"name": "status-community-dapp",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"workspaces": {
|
|
"packages": [
|
|
"packages/*"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"start": "yarn --cwd ./packages/DApp start",
|
|
"lint": "wsrun -c -s lint",
|
|
"lint:fix": "wsrun -c -s lint:fix",
|
|
"build": "wsrun -e -c -s build",
|
|
"test": "wsrun -e -c -s --exclude-missing test"
|
|
},
|
|
"dependencies": {
|
|
"prettier": "^2.3.1",
|
|
"wsrun": "^5.2.4"
|
|
}
|
|
}
|