package.json 576 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@webassemblyjs/helper-module-context",
  3. "version": "1.7.11",
  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. "devDependencies": {
  15. "@webassemblyjs/wast-parser": "1.7.11",
  16. "mamacro": "^0.0.3"
  17. },
  18. "publishConfig": {
  19. "access": "public"
  20. },
  21. "author": "Sven Sauleau",
  22. "license": "MIT",
  23. "gitHead": "4291990bfc4648bc6676091a955d12dc3c7e5909"
  24. }