| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "name": "fmode-product-lab",
- "version": "0.2.0",
- "description": "健康快消/食品新品研发全案生成器。VOC+KANO+市场份额+价格带+竞争+定位+错位竞争+5视图+AI生图+HTML方案。",
- "type": "module",
- "main": "./lib/main.mjs",
- "bin": {
- "fmode-product-lab": "./bin/product-lab.mjs"
- },
- "files": [
- "lib/",
- "bin/",
- "scripts/",
- "skills/",
- "README.md",
- "LICENSE"
- ],
- "keywords": [
- "fmode",
- "product",
- "innovation",
- "rd",
- "health",
- "food",
- "beverage",
- "supplement"
- ],
- "license": "MIT",
- "repository": {
- "type": "git",
- "url": "git+https://github.com/fmodecn/fmode-product-lab.git"
- },
- "engines": {
- "node": ">=18"
- },
- "dependencies": {}
- }
|