package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "es-module-shims",
  3. "version": "1.4.7",
  4. "description": "Shims for the latest ES module features",
  5. "main": "dist/es-module-shims.js",
  6. "exports": {
  7. ".": "./dist/es-module-shims.js",
  8. "./wasm": "./dist/es-module-shims.wasm.js"
  9. },
  10. "types": "index.d.ts",
  11. "type": "module",
  12. "files": [
  13. "CHANGELOG.md",
  14. "dist",
  15. "index.d.ts"
  16. ],
  17. "author": "Guy Bedford",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "@rollup/plugin-replace": "^2.4.2",
  21. "es-module-lexer": "^0.10.0",
  22. "esm": "^3.2.25",
  23. "kleur": "^4.1.4",
  24. "mime-types": "^2.1.33",
  25. "mocha": "^9.1.1",
  26. "npm-run-all": "^4.1.5",
  27. "open": "^8.0.8",
  28. "preact": "^10.5.14",
  29. "pretty-ms": "^3.2.0",
  30. "rimraf": "^3.0.2",
  31. "rollup": "^2.58.0",
  32. "speed-limiter": "^1.0.2",
  33. "tachometer": "^0.5.10",
  34. "terser": "^5.10.0"
  35. },
  36. "directories": {
  37. "test": "test"
  38. },
  39. "repository": {
  40. "type": "git",
  41. "url": "git+https://github.com/guybedford/es-module-shims.git"
  42. },
  43. "bugs": {
  44. "url": "https://github.com/guybedford/es-module-shims/issues"
  45. },
  46. "homepage": "https://github.com/guybedford/es-module-shims#readme"
  47. }