package.json 313 B

12345678910111213
  1. {
  2. "name": "@webassemblyjs/helper-fsm",
  3. "version": "1.9.0",
  4. "description": "FSM implementation",
  5. "main": "lib/index.js",
  6. "module": "esm/index.js",
  7. "author": "Mauro Bringolf",
  8. "license": "ISC",
  9. "publishConfig": {
  10. "access": "public"
  11. },
  12. "gitHead": "0440b420888c1f7701eb9762ec657775506b87d8"
  13. }