package.json 598 B

123456789101112131415161718192021222324
  1. {
  2. "name": "@webassemblyjs/helper-buffer",
  3. "version": "1.7.11",
  4. "description": "Buffer manipulation utility",
  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. "publishConfig": {
  15. "access": "public"
  16. },
  17. "author": "Sven Sauleau",
  18. "license": "MIT",
  19. "devDependencies": {
  20. "@webassemblyjs/wasm-parser": "1.7.11",
  21. "jest-diff": "^22.4.0"
  22. },
  23. "gitHead": "4291990bfc4648bc6676091a955d12dc3c7e5909"
  24. }