2021-06-02 10:51:58 +02:00
|
|
|
{
|
|
|
|
"name": "status-community-dapp",
|
2021-06-17 13:33:35 +02:00
|
|
|
"private": true,
|
2021-06-02 10:51:58 +02:00
|
|
|
"license": "MIT",
|
2021-06-17 13:33:35 +02:00
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
]
|
|
|
|
},
|
2021-06-02 10:51:58 +02:00
|
|
|
"scripts": {
|
2021-06-17 13:33:35 +02:00
|
|
|
"start": "yarn --cwd ./packages/DApp start",
|
|
|
|
"lint": "wsrun -c -s lint",
|
|
|
|
"lint:fix": "wsrun -c -s lint:fix",
|
|
|
|
"build": "wsrun -e -c -s build",
|
2023-03-15 19:22:19 +01:00
|
|
|
"test": "wsrun -e -c -s --exclude-missing test",
|
|
|
|
"clean": "wsrun -e -c -s clean"
|
2021-06-02 10:51:58 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-06-17 13:33:35 +02:00
|
|
|
"prettier": "^2.3.1",
|
|
|
|
"wsrun": "^5.2.4"
|
2023-03-15 19:22:19 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"rimraf": "^4.3.1"
|
2021-06-02 10:51:58 +02:00
|
|
|
}
|
|
|
|
}
|