forked from vercel-community/php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) Β· 929 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "vercel-php-laravel",
"description": "Vercel PHP runtime (forked and optimized for Laravel)",
"version": "0.6.2",
"license": "MIT",
"main": "./dist/index.js",
"homepage": "https://github.com/jeremy93-2008/vercel-laravel",
"repository": {
"type": "git",
"url": "https://github.com/jeremy93-2008/vercel-laravel.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-v82": "latest"
},
"devDependencies": {
"@types/glob": "^8.1.0",
"@types/node": "^18.15.10",
"@vercel/build-utils": "^6.5.0",
"jest": "^29.5.0",
"typescript": "^5.0.2"
}
}