php
Version:
Allows you to run PHP code in Node.js in various ways.
69 lines (68 loc) • 1.52 kB
JSON
{
"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"
],
"homepage": "https://github.com/rooseveltframework/node-php-runner",
"license": "CC-BY-4.0",
"main": "index.js",
"readmeFilename": "README.md",
"engines": {
"node": ">=18.0.0"
},
"engineStrict": true,
"dependencies": {
},
"devDependencies": {
"ava": "~6.1.3",
"c8": "~10.1.2",
"codecov": "~3.8.3",
"eslint": "~9.5.0",
"eslint-plugin-ava": "~15.0.1",
"express": "~4.19.2",
"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"
],
"eslintConfig": {
"parserOptions": {
"ecmaVersion": 2020
},
"plugins": [
"ava"
],
"rules": {
"ava/no-only-test": "error"
}
},
"scripts": {
"codecov": "codecov",
"coverage": "c8 --reporter=text --reporter=lcov ava",
"lint": "standard && eslint test/test.js",
"test": "ava"
},
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/kethinov"
}
}