UNPKG

create-staticwind

Version:

Create an optimized static site with Astro and Tailwind

42 lines (41 loc) 823 B
{ "name": "create-staticwind", "version": "0.3.4", "author": "nowl", "type": "module", "description": "Create an optimized static site with Astro and Tailwind", "license": "MIT", "homepage": "https://staticwind.nowl.dev", "repository": { "type": "git", "url": "https://github.com/nowldotdev/create-staticwind.git" }, "keywords": [ "create-staticwind", "astro", "tailwind", "typescript" ], "files": [ "dist", "template" ], "exports": [ "./index.js" ], "main": "./index.js", "bin": { "create-staticwind": "./index.js" }, "engines": { "node": "18.20.8 || ^20.3.0 || >=22.0.0" }, "dependencies": { "inquirer": "^12.9.1", "ora": "^8.2.0" }, "scripts": { "build": "tsc", "npm:publish": "npm run build && npm publish" } }