-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.16 KB
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
44
45
46
47
48
49
50
{
"name": "php",
"description": "🐘 Allows you to run PHP code in Node.js in various ways.",
"author": "Roosevelt Framework Team <rooseveltframework@gmail.com>",
"contributors": [
{
"name": "Contributors",
"url": "https://github.com/rooseveltframework/node-php-runner/graphs/contributors"
}
],
"version": "1.1.0",
"files": [
"index.d.ts",
"index.js",
"loader.php",
"*.md"
],
"homepage": "https://rooseveltframework.org/docs/node-php-runner/latest",
"license": "CC-BY-4.0",
"main": "index.js",
"readmeFilename": "README.md",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
},
"devDependencies": {
"ava": "6.4.1",
"c8": "11.0.0",
"express": "5.2.1",
"standard": "17.1.2",
"supertest": "7.2.2"
},
"repository": {
"type": "git",
"url": "git://github.com/rooseveltframework/node-php-runner.git"
},
"keywords": [
"Express",
"Express.js",
"php",
"view engine"
],
"scripts": {
"coverage": "c8 --reporter=text --reporter=lcov ava",
"lint": "standard",
"test": "ava"
},
"funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6"
}