package.json 756 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "name": "fmode-product-lab",
  3. "version": "0.2.0",
  4. "description": "健康快消/食品新品研发全案生成器。VOC+KANO+市场份额+价格带+竞争+定位+错位竞争+5视图+AI生图+HTML方案。",
  5. "type": "module",
  6. "main": "./lib/main.mjs",
  7. "bin": {
  8. "fmode-product-lab": "./bin/product-lab.mjs"
  9. },
  10. "files": [
  11. "lib/",
  12. "bin/",
  13. "scripts/",
  14. "skills/",
  15. "README.md",
  16. "LICENSE"
  17. ],
  18. "keywords": [
  19. "fmode",
  20. "product",
  21. "innovation",
  22. "rd",
  23. "health",
  24. "food",
  25. "beverage",
  26. "supplement"
  27. ],
  28. "license": "MIT",
  29. "repository": {
  30. "type": "git",
  31. "url": "git+https://github.com/fmodecn/fmode-product-lab.git"
  32. },
  33. "engines": {
  34. "node": ">=18"
  35. },
  36. "dependencies": {}
  37. }