2021-06-02 08:51:58 +00:00
|
|
|
{
|
|
|
|
"name": "status-community-dapp",
|
2021-06-17 11:33:35 +00:00
|
|
|
"private": true,
|
2021-06-02 08:51:58 +00:00
|
|
|
"license": "MIT",
|
2021-06-17 11:33:35 +00:00
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
]
|
|
|
|
},
|
2021-06-02 08:51:58 +00:00
|
|
|
"scripts": {
|
2023-05-05 15:48:13 +00:00
|
|
|
"start": "yarn --cwd ./packages/DApp dev",
|
2021-06-17 11:33:35 +00:00
|
|
|
"lint": "wsrun -c -s lint",
|
|
|
|
"lint:fix": "wsrun -c -s lint:fix",
|
|
|
|
"build": "wsrun -e -c -s build",
|
2023-03-15 18:22:19 +00:00
|
|
|
"test": "wsrun -e -c -s --exclude-missing test",
|
2023-05-02 12:53:34 +00:00
|
|
|
"clean": "wsrun -e -c -s clean && rimraf node_modules"
|
2021-06-02 08:51:58 +00:00
|
|
|
},
|
2023-05-04 12:11:41 +00:00
|
|
|
"resolutions": {
|
|
|
|
"js-waku": "0.30.0",
|
|
|
|
"protons-runtime": "3.1.0"
|
|
|
|
},
|
2021-06-02 08:51:58 +00:00
|
|
|
"dependencies": {
|
2021-06-17 11:33:35 +00:00
|
|
|
"prettier": "^2.3.1",
|
|
|
|
"wsrun": "^5.2.4"
|
2023-03-15 18:22:19 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"rimraf": "^4.3.1"
|
2021-06-02 08:51:58 +00:00
|
|
|
}
|
|
|
|
}
|