JezK
Edit File: package.json
{ "name": "@webassemblyjs/helper-fsm", "version": "1.11.4", "description": "FSM implementation", "main": "lib/index.js", "module": "esm/index.js", "author": "Mauro Bringolf", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/xtuc/webassemblyjs.git", "directory": "packages/helper-fsm" }, "publishConfig": { "access": "public" } }