{
	"name" : "@capsulescodes/browser-php",
	"description" : "PHP CLI and Web server on browser",
	"version" : "0.6.14",
	"keywords" : [
		"node",
		"browser",
		"php"
	],
	"homepage" : "https://github.com/capsulescodes/browser-php",
	"repository" : {
		"type" : "git",
		"url" : "git+https://github.com/capsulescodes/browser-php.git"
	},
	"license" : "MIT",
	"author" : {
		"name" : "Yannick Decat",
		"email" : "yannick@capsules.codes",
		"url" : "https://capsules.codes/"
	},
	"scripts" : {
		"build" : "vite build",
		"test" : "vitest run",
		"postinstall" : "node dist/installer.js"
	},
	"files" : [
		"!*",
		"bin",
		"dist"
	],
	"bin" : {
		"php-server" : "bin/server.js",
		"php-cli" : "bin/cli.js"
	},
	"dependencies" : {
		"@php-wasm/node" : "^3.1.43",
		"@dotenvx/dotenvx" : "^2.1.4",
		"vite" : "^8.1.3"
	},
	"devDependencies" : {
		"@stylistic/eslint-plugin" : "^5.10.0",
		"@types/node" : "^26.1.0",
		"eslint" : "^10.6.0",
		"tsx" : "4.22.5",
		"typescript" : "^6.0.3",
		"typescript-eslint" : "^8.62.1",
		"vitest" : "^4.1.9"
	},
	"type" : "module"
}
