{
  "name": "vercel-php-runtime",
  "description": "Vercel PHP runtime",
  "version": "0.1.1",
  "license": "MIT",
  "main": "./dist/index.js",
  "homepage": "https://github.com/IDTitanium/vercel-php-runtime",
  "repository": {
    "type": "git",
    "url": "https://github.com/IDTitanium/vercel-php-runtime.git"
  },
  "keywords": [
    "vercel",
    "zeit",
    "now",
    "php",
    "builder",
    "runtime",
    "serverless",
    "deployment"
  ],
  "scripts": {
    "watch": "tsc --watch",
    "build": "tsc",
    "test": "jest --silent",
    "test-watch": "jest --watch",
    "prepublishOnly": "tsc"
  },
  "files": [
    "dist",
    "conf"
  ],
  "dependencies": {
    "@libphp/amazon-linux-2-v74": "latest"
  },
  "devDependencies": {
    "@types/glob": "^7.1.2",
    "@types/node": "^18.7.15",
    "@vercel/build-utils": "^5.3.0",
    "jest": "^29.0.2",
    "typescript": "^4.6.3"
  }
}
