UNPKG

php-ini-automation

Version:

Ultimate Laravel-optimized PHP configuration tool that automatically detects and configures PHP installations across all environments with Laravel 10+ specific extensions, performance settings, and security configurations

72 lines (71 loc) 1.87 kB
{ "name": "php-ini-automation", "description": "Ultimate Laravel-optimized PHP configuration tool that automatically detects and configures PHP installations across all environments with Laravel 10+ specific extensions, performance settings, and security configurations", "version": "5.0.8", "type": "commonjs", "main": "dist/index.js", "module": "dist/index.js", "types": "dist/index.d.ts", "bin": { "php-ini-automation": "dist/index.js", "pia": "pia.js" }, "files": [ "dist/**/*", "pia.js", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsc && node dist/index.js", "clean": "rimraf dist", "prepublishOnly": "npm run clean && npm run build", "test": "node test.js", "list": "node dist/index.js --list", "help": "node dist/index.js --help", "scan": "node dist/index.js --list" }, "keywords": [ "php", "laravel", "laravel-10", "php-configuration", "php-ini", "php-extensions", "laravel-optimization", "php-performance", "automation", "xampp", "wamp", "laragon", "pvm", "opcache", "composer", "artisan", "cli" ], "author": "Your Name <your.email@example.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/yourusername/php-ini-automation.git" }, "bugs": { "url": "https://github.com/yourusername/php-ini-automation/issues" }, "homepage": "https://github.com/yourusername/php-ini-automation#readme", "engines": { "node": ">=16.0.0" }, "devDependencies": { "@types/fs-extra": "^11.0.0", "@types/node": "^20.0.0", "rimraf": "^5.0.0", "typescript": "^5.0.0" }, "dependencies": { "fs-extra": "^11.2.0" } }