UNPKG

xweb-templating

Version:

A cli tool for converting 'tags' to regular html, php or some other format

45 lines 1.19 kB
{ "name": "xweb-templating", "version": "1.0.1", "description": "A cli tool for converting 'tags' to regular html, php or some other format", "type": "module", "main": "./bin/main.js", "bin": { "xweb": "./bin/main.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc", "lint": "eslint --ignore-path .eslintignore --ext .js,.ts ." }, "repository": { "type": "git", "url": "git+https://github.com/CodeBoy124/xweb.git" }, "keywords": [ "xweb" ], "author": "CodeBoy124", "license": "MIT", "bugs": { "url": "https://github.com/CodeBoy124/xweb/issues" }, "homepage": "https://github.com/CodeBoy124/xweb#readme", "devDependencies": { "@types/inquirer": "^9.0.3", "@types/node": "^18.16.3", "@types/yargs": "^17.0.24", "@typescript-eslint/eslint-plugin": "^5.59.1", "@typescript-eslint/parser": "^5.59.1", "eslint": "^8.39.0", "typescript": "^5.0.4" }, "dependencies": { "@types/require-from-string": "^1.2.1", "chalk": "^5.2.0", "inquirer": "^9.2.0", "node-fetch": "^3.3.1", "require-from-string": "^2.0.2", "yargs": "^17.7.2" } }