{ "name": "svecli", "version": "0.4.0", "readme": "../README.md", "description": "A CLI full of utilities for Svelte/Kit projects.", "bin": { "svecli": "./run.js" }, "scripts": { "postinstall": "node ./install.js", "preuninstall": "node ./uninstall.js" }, "repository": { "type": "git", "url": "git+https://github.com/theonlytails/svecli.git" }, "keywords": [ "cli", "svelte", "sveltekit" ], "author": "TheOnlyTails", "license": "MIT", "bugs": { "url": "https://github.com/theonlytails/svecli/issues" }, "homepage": "https://github.com/theonlytails/svecli#readme", "dependencies": { "@cloudflare/binary-install": "^0.2.0" } }