package.json 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "create-stdf",
  3. "version": "0.0.11",
  4. "description": "A CLI for creating new STDF projects",
  5. "main": "dist/index.js",
  6. "scripts": {
  7. "build": "rollup -c",
  8. "test": "echo \"Error: no test specified\" && exit 1"
  9. },
  10. "files": [
  11. "dist/**",
  12. "templates/**"
  13. ],
  14. "engines": {
  15. "node": ">=14.14"
  16. },
  17. "dependencies": {
  18. "@clack/prompts": "^0.6.3",
  19. "fs-extra": "^11.1.1",
  20. "kleur": "^4.1.5"
  21. },
  22. "devDependencies": {
  23. "rollup": "^3.27.0",
  24. "@rollup/plugin-terser": "^0.4.3"
  25. },
  26. "keywords": [
  27. "svelte",
  28. "tailwind",
  29. "stdf",
  30. "cli",
  31. "mobile",
  32. "vite"
  33. ],
  34. "author": "dufu1991",
  35. "license": "MIT",
  36. "type": "module",
  37. "homepage": "https://github.com/dufu1991/stdf/blob/main/packages/create-stdf/README.md",
  38. "repository": {
  39. "type": "git",
  40. "url": "https://github.com/dufu1991/stdf/tree/main/packages/create-stdf"
  41. },
  42. "bugs": {
  43. "url": "https://github.com/dufu1991/stdf/issues?q=is:issue+is:open+create-stdf"
  44. }
  45. }