{ "name": "warpack-lua-parser", "version": "0.0.1", "main": "start.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "postinstall": "node ./pre-install.js", "uninstall": "node ./uninstall.js" }, "repository": { "type": "git", "url": "https://github.com/rhazarian/warpack.git" }, "keywords": ["lua","warcraft","warpack","warscript"], "author": "Rhazarian ", "license": "MIT", "bugs": { "url": "https://github.com/rhazarian/warpack/issues" }, "files": [ "pre-install.js", "start.js", "uninstall.js", "README.md", "LICENSE" ] }