phpxui
Version:
A package for generating Prisma PHP components with a CLI interface.
41 lines (40 loc) • 961 B
JSON
{
"name": "phpxui",
"version": "0.1.2",
"description": "A package for generating Prisma PHP components with a CLI interface.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build"
},
"bin": {
"phpxui": "dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheSteelNinjaCode/phpxui.git"
},
"homepage": "https://phpxui.tsnc.tech/",
"keywords": [
"phpxui",
"php",
"components",
"prisma php"
],
"author": "Jefferson Abraham Omier <thesteelninjacode@gmail.com>",
"license": "MIT",
"type": "commonjs",
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.0.13",
"@types/prompts": "^2.4.9",
"eslint": "^9.31.0",
"typescript": "^5.8.3"
},
"dependencies": {
"chalk": "^5.4.1",
"fs-extra": "^11.3.0",
"node-fetch": "^3.3.2",
"prompts": "^2.4.2"
}
}