package.json 551 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "create-stdf",
  3. "version": "0.0.5",
  4. "description": "A CLI for creating new STDF projects",
  5. "main": "./index.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "bin": "./bin.js",
  10. "dependencies": {
  11. "@clack/prompts": "^0.6.3",
  12. "kleur": "^4.1.5",
  13. "fs-extra": "^11.1.1"
  14. },
  15. "keywords": [
  16. "svelte",
  17. "tailwind",
  18. "stdf",
  19. "cli",
  20. "mobile"
  21. ],
  22. "author": "dufu1991",
  23. "license": "MIT",
  24. "type": "module"
  25. }