vercel-php
Version:
Vercel PHP runtime
44 lines (43 loc) • 864 B
JSON
{
"name": "vercel-php",
"description": "Vercel PHP runtime",
"version": "0.7.3",
"license": "MIT",
"main": "./dist/index.js",
"homepage": "https://github.com/juicyfx/vercel-php",
"repository": {
"type": "git",
"url": "https://github.com/juicyfx/vercel-php.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-v83": ">=0.0.7"
},
"devDependencies": {
"@types/glob": "8.1.0",
"@types/node": "18.19.18",
"@vercel/build-utils": "7.11.0",
"jest": "29.7.0",
"typescript": "5.4.5"
}
}