package.json 422 B

123456789101112131415161718
  1. {
  2. "name": "@webassemblyjs/ieee754",
  3. "version": "1.9.0",
  4. "description": "IEEE754 decoder and encoder",
  5. "license": "MIT",
  6. "main": "lib/index.js",
  7. "module": "esm/index.js",
  8. "scripts": {
  9. "test": "echo \"Error: no test specified\" && exit 1"
  10. },
  11. "publishConfig": {
  12. "access": "public"
  13. },
  14. "dependencies": {
  15. "@xtuc/ieee754": "^1.2.0"
  16. },
  17. "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
  18. }