dappconnect-voting-sdk/package.json

28 lines
681 B
JSON

{
"name": "@dappconnect/vote-poll-sdk",
"repository": "git@github.com:status-im/dappconnect-vote-poll-sdk.git",
"private": true,
"license": "MIT OR Apache-2.0",
"engines": {
"node": ">=14"
},
"workspaces": {
"packages": [
"packages/*"
]
},
"scripts": {
"start": "yarn --cwd ./packages/example start",
"watch": "wsrun -m watch",
"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",
"test": "wsrun -e -c -s --exclude-missing test"
},
"dependencies": {
"prettier": "^2.3.1",
"wsrun": "^5.2.4"
}
}