UNPKG

create-viewlogic

Version:

CLI tool to create ViewLogic Vue 3 applications with zero configuration

43 lines (42 loc) 934 B
{ "name": "create-viewlogic", "version": "1.0.3", "description": "CLI tool to create ViewLogic Vue 3 applications with zero configuration", "main": "index.js", "bin": { "create-viewlogic": "./bin/create-viewlogic.js" }, "type": "module", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vue3", "viewlogic", "cli", "template", "generator", "spa", "router", "framework" ], "author": "hopegiver", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/hopegiver/create-viewlogic.git" }, "homepage": "https://github.com/hopegiver/create-viewlogic#readme", "bugs": { "url": "https://github.com/hopegiver/create-viewlogic/issues" }, "engines": { "node": ">=16.0.0" }, "files": [ "bin/", "templates/", "lib/", "README.md" ] }