{
  "name": "mlogcc",
  "version": "0.1.0",
  "description": "Compiler that compiles Javascript to Mindustry Logic Code.",
  "main": "build/index.js",
  "bin": {
    "mlogcc": "./build/bin.js"
  },
  "scripts": {
    "build": "tsc && webpack "
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/str1z/mlogcc.git"
  },
  "keywords": [],
  "author": "str1z",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/str1z/mlogcc/issues"
  },
  "homepage": "https://github.com/str1z/mlogcc#readme",
  "dependencies": {
    "esprima": "^4.0.1",
    "yargs": "^17.0.1"
  },
  "devDependencies": {
    "@types/esprima": "^4.0.2",
    "@types/node": "^15.3.0",
    "@types/yargs": "^16.0.1",
    "ts-loader": "^9.1.2",
    "typescript": "^4.2.4",
    "webpack": "^5.37.0",
    "webpack-cli": "^4.7.0"
  }
}
