UNPKG

svelte-scaffold

Version:

A CLI tool for scaffolding svelte apps

35 lines (34 loc) 757 B
{ "name": "svelte-scaffold", "version": "1.0.0", "description": "A CLI tool for scaffolding svelte apps", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "svelte", "svelte-js", "svelte-scaffold", "svelte-cli", "svelte-boilerplate", "svelte-tool" ], "author": "Adib Mohsin", "license": "MIT", "dependencies": { "inquirer": "^6.3.1" }, "bin": { "svelte": "index.js" }, "repository": { "type": "git", "url": "https://github.com/pacifio/svelte-cli.git" }, "bugs": { "email": "adibmohsin.root@gmail.com", "url": "https://github.com/pacifio/svelte-cli/issues" }, "homepage": "https://github.com/pacifio/svelte-cli" }