dappconnect-vote-poll-sdk/package.json

28 lines
670 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-23 05:09:45 +00:00
"repository": "https://github.com/status-im/wakuconnect-vote-poll-sdk",
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": {
"wsrun": "^5.2.4"
2022-01-20 00:33:24 +00:00
},
"version": "0.1.0"
2021-08-06 12:50:36 +00:00
}