@tuentyfaiv/cli
Version:
A CLI to generate base code for React, Svelte and Vanilla JS projects, like boilerplates, components, pages, etc.
41 lines • 927 B
JSON
{
"name": "@tuentyfaiv/cli",
"version": "0.0.11",
"description": "A CLI to generate base code for React, Svelte and Vanilla JS projects, like boilerplates, components, pages, etc.",
"bin": {
"tfverse": "bin/tfverse"
},
"keywords": [
"CLI",
"Frontend",
"TuentyFaiv",
"React",
"Svelte",
"Vanilla JS",
"Boilerplates",
"Components",
"Pages"
],
"author": "Tonalli López <contact@tuentyfaiv.com>",
"license": "MIT",
"files": [
"bin/tfverse",
"scripts/postinstall.js",
"LICENSE",
"README.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/TuentyFaiv/generate.git"
},
"bugs": {
"url": "https://github.com/TuentyFaiv/generate/issues"
},
"homepage": "https://github.com/TuentyFaiv/generate#readme",
"dependencies": {
"axios": "^1.4.0"
},
"scripts": {
"postinstall": "node ./scripts/postinstall.js"
}
}