| 12345678910111213141516171819202122232425 |
- {
- "name": "create-stdf",
- "version": "0.0.5",
- "description": "A CLI for creating new STDF projects",
- "main": "./index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "bin": "./bin.js",
- "dependencies": {
- "@clack/prompts": "^0.6.3",
- "kleur": "^4.1.5",
- "fs-extra": "^11.1.1"
- },
- "keywords": [
- "svelte",
- "tailwind",
- "stdf",
- "cli",
- "mobile"
- ],
- "author": "dufu1991",
- "license": "MIT",
- "type": "module"
- }
|