{
  "name": "@tangible/php-beautify",
  "type": "module",
  "version": "1.2.0",
  "description": "Standalone tool to lint and format source files using PHP Code Sniffer and WordPress Code Standards running on PHP WebAssembly",
  "homepage": "https://github.com/tangibleinc/php-beautify",
  "repository": "git@github.com:tangibleinc/php-beautify.git",
  "main": "index.js",
  "bin": {
    "php-beautify": "./run.js"
  },
  "scripts": {
    "test": "node test/index.js",
    "release": "npm publish --access public"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@expreva/php-wasm-8-4": "^1.0.28",
    "fast-glob": "^3.3.3"
  }
}
