{
  "name": "luaparse-fivem",
  "version": "0.3.3",
  "description": "A Lua parser in JavaScript - Fixed by ItzDabbzz -  Modified by Sh4dow#8080",
  "keywords": [
    "ast",
    "lua",
    "parser",
    "parsing"
  ],
  "homepage": "https://fstirlitz.github.io/luaparse/",
  "bugs": "https://github.com/fstirlitz/luaparse/issues",
  "license": "MIT",
  "author": "Oskar Schöldström <public@oxy.fi> (http://www.oxy.fi/) |  Modified by Sh4dow#8080 | Fixed By ItzDabbzz",
  "files": [
    "README.md",
    "LICENSE",
    "luaparse.js",
    "bin/luaparse",
    "lib/ast.d.ts",
    "luaparse.d.ts"
  ],
  "types": "luaparse.d.ts",
  "main": "luaparse.js",
  "bin": {
    "luaparse": "bin/luaparse"
  },
  "man": "./docs/luaparse.1",
  "repository": {
    "type": "git",
    "url": "https://github.com/fstirlitz/luaparse.git"
  },
  "devDependencies": {
    "benchmark": "~1.0.0",
    "complexity-report": "~0.10.5",
    "gulp": "^4.0.0",
    "gulp-add-src": "^1.0.0",
    "gulp-header": "^2.0.9",
    "gulp-jshint": "^2.1.0",
    "gulp-rename": "^1.2.0",
    "gulp-uglify": "^3.0.2",
    "jshint": "^2.11.1",
    "marked": "^4.0.10",
    "nyc": "^15.1.0",
    "plugin-error": "^1.0.1",
    "spec": "1.0.1",
    "testem": "^3.6.0",
    "through2": "^4.0.2",
    "typescript": "^5.7.3"
  },
  "scripts": {
    "test": "make qa",
    "version": "make version-bump"
  }
}