package.json 1.0 KB

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