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