package.json 1.1 KB

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