You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

lerna.json 251B

1234567891011121314
  1. {
  2. "version": "0.0.41",
  3. "registry": "https://registry.npmjs.org/",
  4. "publishConfig": {
  5. "access": "public"
  6. },
  7. "npmClient": "yarn",
  8. "useWorkspaces": true,
  9. "packages": [
  10. "packages/core",
  11. "packages/tldraw",
  12. "packages/dev"
  13. ]
  14. }