2021-08-06 14:50:36 +02:00
|
|
|
{
|
2021-12-23 16:04:36 +11:00
|
|
|
"name": "@waku/vote-poll-sdk",
|
2021-12-23 16:09:45 +11:00
|
|
|
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
|
2021-08-06 14:50:36 +02:00
|
|
|
"private": true,
|
2021-12-07 14:54:14 +11:00
|
|
|
"license": "MIT OR Apache-2.0",
|
2021-08-06 14:50:36 +02:00
|
|
|
"engines": {
|
|
|
|
"node": ">=14"
|
|
|
|
},
|
|
|
|
"workspaces": {
|
|
|
|
"packages": [
|
|
|
|
"packages/*"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"start": "yarn --cwd ./packages/example start",
|
2021-09-02 01:10:14 +02:00
|
|
|
"watch": "wsrun -m watch",
|
2021-08-06 14:50:36 +02:00
|
|
|
"lint": "wsrun -c -s lint",
|
|
|
|
"lint:fix": "wsrun -c -s lint:fix",
|
|
|
|
"build": "wsrun -e -c -s build",
|
2021-09-02 01:10:14 +02:00
|
|
|
"clean:all": "wsrun -e -c -s clean:all && rm -r ./node_modules",
|
2021-08-06 14:50:36 +02:00
|
|
|
"test": "wsrun -e -c -s --exclude-missing test"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"wsrun": "^5.2.4"
|
|
|
|
}
|
|
|
|
}
|