{
  "name": "wasm2lua",
  "version": "0.8.11",
  "description": "A tool to convert WASM into Lua",
  "main": "js/index.js",
  "scripts": {
    "test": "node js/testsuite.js",
    "build": "tsc -p ."
  },
  "keywords": [
    "wasm",
    "lua",
    "compiler",
    "transpiler",
    "wasi",
    "luajit",
    "webassembly"
  ],
  "author": {
    "name": "swadical",
    "url": "https://glua.team"
  },
  "contributors": [
    {
      "name": "Adam Coggeshall",
      "url": "https://github.com/birdbrainswagtrain"
    }
  ],
  "license": "MIT",
  "repository": "git@github.com:SwadicalRag/wasm2lua.git",
  "devDependencies": {
    "@types/commander": "^2.12.2",
    "@types/fs-extra": "^7.0.0",
    "@types/node": "^11.13.7",
    "@types/webidl2": "^10.2.3",
    "typescript": "^3.4.5"
  },
  "dependencies": {
    "@webassemblyjs/wasm-parser": "^1.8.5",
    "colors": "^1.3.3",
    "commander": "^2.20.0",
    "fs-extra": "^8.0.1",
    "luamin": "^1.0.4",
    "webidl2": "^21.1.0"
  },
  "bin": {
    "wasm2lua": "js/bin/wasm2lua.js",
    "lua-webidl": "js/bin/lua-webidl.js"
  }
}
