package.json 460 B

123456789101112131415161718
  1. {
  2. "name": "@webassemblyjs/helper-api-error",
  3. "version": "1.11.1",
  4. "description": "Common API errors",
  5. "main": "lib/index.js",
  6. "module": "esm/index.js",
  7. "author": "Sven Sauleau",
  8. "license": "MIT",
  9. "repository": {
  10. "type": "git",
  11. "url": "https://github.com/xtuc/webassemblyjs.git",
  12. "directory": "packages/helper-api-error"
  13. },
  14. "publishConfig": {
  15. "access": "public"
  16. },
  17. "gitHead": "3f07e2db2031afe0ce686630418c542938c1674b"
  18. }