package.json 176 B

1234567891011
  1. {
  2. "private": true,
  3. "name": "joystream",
  4. "license": "GPL-3.0-only",
  5. "scripts": {
  6. "test": "yarn && yarn workspaces run test"
  7. },
  8. "workspaces": [
  9. "tests"
  10. ]
  11. }