package.json 984 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "@surma/rollup-plugin-off-main-thread",
  3. "version": "2.2.3",
  4. "description": "Use Rollup with workers and ES6 modules today.",
  5. "main": "index.js",
  6. "scripts": {
  7. "fmt": "prettier --write 'tests/**/*.js' *.js *.md *.json",
  8. "test": "node ./run_tests.js"
  9. },
  10. "author": "Surma <surma@google.com>",
  11. "license": "Apache-2.0",
  12. "devDependencies": {
  13. "chai": "4.2.0",
  14. "chalk": "^2.4.2",
  15. "karma": "4.2.0",
  16. "karma-chai": "0.1.0",
  17. "karma-chrome-launcher": "3.0.0",
  18. "karma-firefox-launcher": "1.1.0",
  19. "karma-mocha": "1.3.0",
  20. "karma-safari-launcher": "1.0.0",
  21. "karma-safaritechpreview-launcher": "2.0.2",
  22. "mocha": "6.1.4",
  23. "prettier": "1.18.2",
  24. "rollup": "2.2.0"
  25. },
  26. "repository": {
  27. "type": "git",
  28. "url": "https://github.com/surma/rollup-plugin-off-main-thread"
  29. },
  30. "dependencies": {
  31. "ejs": "^3.1.6",
  32. "json5": "^2.2.0",
  33. "magic-string": "^0.25.0",
  34. "string.prototype.matchall": "^4.0.6"
  35. }
  36. }