{ "name": "create-stdf", "version": "0.0.57", "description": "A CLI for creating new STDF projects", "bin": { "create-stdf": "index.js" }, "scripts": { "build": "rollup -c", "update": "node scripts/update", "test": "echo \"Error: no test specified\" && exit 1" }, "files": [ "dist/**", "templates/**" ], "engines": { "node": ">=14.14" }, "dependencies": { "@clack/prompts": "^0.6.3", "fs-extra": "^11.1.1", "kleur": "^4.1.5", "minimist": "^1.2.8" }, "devDependencies": { "@rollup/plugin-terser": "^0.4.3", "rollup": "^3.27.0" }, "keywords": [ "svelte", "tailwind", "unocss", "typescript", "sveltekit", "stdf", "cli", "mobile", "vite" ], "author": "dufu1991", "funding": "https://stdf.design?fund", "license": "MIT", "type": "module", "homepage": "https://github.com/any-tdf/stdf/blob/main/packages/create-stdf/README.md", "repository": { "type": "git", "url": "https://github.com/any-tdf/stdf" }, "bugs": { "url": "https://github.com/any-tdf/stdf/issues?q=is:issue+is:open+create" } }