package.json 167 B

123456789
  1. {
  2. "main":"index.js",
  3. "dependencies": {
  4. "test-math": "*",
  5. "test-custom-main": "*",
  6. "test-custom-main-relative": "*",
  7. "test-default-main": "*"
  8. }
  9. }