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.

20 lines
380 B

4 years ago
  1. {
  2. "name": "monorepo-symlink-test",
  3. "private": true,
  4. "version": "0.0.0",
  5. "description": "",
  6. "main": "index.js",
  7. "scripts": {
  8. "postinstall": "lerna bootstrap",
  9. "test": "node packages/package-a"
  10. },
  11. "author": "",
  12. "license": "MIT",
  13. "dependencies": {
  14. "jquery": "^3.3.1",
  15. "resolve": "../../../"
  16. },
  17. "devDependencies": {
  18. "lerna": "^3.4.3"
  19. }
  20. }