community-dapp/package.json
Szymon Szlachtowicz 4421d1666a
Introduce monorepo (#40)
* Introduce monorepo

* Introduce mock contract

* Add readme

Co-authored-by: Szymon Szlachtowicz <szymon.szlachtowicz@Szymons-MacBook-Pro.local>
2021-06-17 13:33:35 +02:00

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"
}
}