php-htx-cli
Version:
A cli to convert .htx (different components) files to .php
42 lines (41 loc) • 1.01 kB
JSON
{
"name": "php-htx-cli",
"version": "1.0.8",
"description": "A cli to convert .htx (different components) files to .php",
"main": "./out/index.js",
"bin": {
"htx": "./out/index.js"
},
"scripts": {
"dev": "tsc && node ./out/index.js",
"dev_watch": "tsc && node ./out/index.js watch ./example/pages/",
"dev_init": "tsc && node ./out/index.js init",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeBoy124/htx-cli.git"
},
"keywords": [
"cli",
"htx",
"php",
"components"
],
"author": "CodeBoy124",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeBoy124/htx-cli/issues"
},
"homepage": "https://github.com/CodeBoy124/htx-cli#readme",
"devDependencies": {
"@types/node": "^20.3.1",
"@types/yargs": "^17.0.24",
"typescript": "^5.1.3"
},
"dependencies": {
"node-find-files": "^1.0.0",
"yargs": "^17.7.2"
}
}