-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.28 KB
/
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
44
45
46
47
48
49
50
51
52
53
{
"name": "php",
"description": "Allows you to run PHP code in Node.js in various ways.",
"author": "Roosevelt Framework Team <[email protected]>",
"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"
],
"homepage": "https://github.com/rooseveltframework/node-php-runner",
"license": "CC-BY-4.0",
"main": "index.js",
"readmeFilename": "README.md",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
},
"devDependencies": {
"ava": "~6.1.3",
"c8": "~10.1.2",
"codecov": "~3.8.3",
"eslint": "~9.8.0",
"eslint-plugin-ava": "~15.0.1",
"express": "~4.21.0",
"standard": "~17.1.0",
"supertest": "~7.0.0"
},
"repository": {
"type": "git",
"url": "git://github.com/rooseveltframework/node-php-runner.git"
},
"keywords": [
"Express",
"Express.js",
"php",
"view engine"
],
"scripts": {
"codecov": "codecov",
"coverage": "c8 --reporter=text --reporter=lcov ava",
"lint": "standard && eslint test/test.js",
"test": "ava"
},
"funding": "https://www.paypal.com/donate/?hosted_button_id=2L2X8GRXZCGJ6"
}