dappconnect-sdks/package.json

21 lines
433 B
JSON
Raw Normal View History

2021-09-03 07:58:45 +00:00
{
"private": true,
"workspaces": [
"packages/*",
"examples/*"
],
"keywords": [],
2021-09-03 07:58:45 +00:00
"scripts": {
2021-09-24 11:36:26 +00:00
"fix": "run-s 'fix:*' && wsrun -e -c -s fix",
2021-09-14 06:02:01 +00:00
"fix:prettier": "prettier \"./*.json\" --write",
"build": "wsrun -e -c -s build",
"test": "wsrun -e -c -s test"
2021-09-03 07:58:45 +00:00
},
"devDependencies": {
"npm-run-all": "^4.1.5",
2021-09-14 06:02:01 +00:00
"prettier": "^2.3.2",
"wsrun": "^5.2.4"
2021-09-13 05:54:05 +00:00
},
"packageManager": "yarn@1.22.17"
2021-09-03 07:58:45 +00:00
}