package.json 633 B

123456789101112131415161718192021222324252627
  1. {
  2. "name": "@webassemblyjs/helper-module-context",
  3. "version": "1.9.0",
  4. "description": "",
  5. "main": "lib/index.js",
  6. "module": "esm/index.js",
  7. "scripts": {
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/xtuc/webassemblyjs.git"
  13. },
  14. "dependencies": {
  15. "@webassemblyjs/ast": "1.9.0"
  16. },
  17. "devDependencies": {
  18. "@webassemblyjs/wast-parser": "1.9.0",
  19. "mamacro": "^0.0.7"
  20. },
  21. "publishConfig": {
  22. "access": "public"
  23. },
  24. "author": "Sven Sauleau",
  25. "license": "MIT",
  26. "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
  27. }