dappconnect-vote-poll-sdk/package.json

28 lines
674 B
JSON
Raw Normal View History

2021-08-06 12:50:36 +00:00
{
2021-12-23 05:04:36 +00:00
"name": "@waku/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",
"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",
"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"
}
}