UNPKG

launchlens

Version:

Competitive intelligence for startups, not enterprises. Validate startup ideas with AI-powered analysis.

58 lines (57 loc) 1.28 kB
{ "name": "launchlens", "version": "0.2.2", "type": "module", "main": "cli.js", "bin": { "launchlens": "./cli.js" }, "files": [ "cli.js", "lib/", "LICENSE", "README.md", ".env.example" ], "scripts": { "start": "node server.js", "dev": "node --watch server.js", "cli": "node cli.js", "test": "node test/cli.test.js", "test-cli": "node cli.js --help", "prepublishOnly": "npm run test-cli" }, "keywords": [ "competitive-intelligence", "startup-tools", "market-analysis", "startup-validation", "idea-validation", "market-research", "competitor-analysis", "cli", "ai-tools", "gpt", "openai", "automation", "developer-tools" ], "author": "Khoa Le", "license": "MIT", "description": "Competitive intelligence for startups, not enterprises. Validate startup ideas with AI-powered analysis.", "repository": { "type": "git", "url": "git+https://github.com/khoaleeeeee/launchlens.git" }, "bugs": { "url": "https://github.com/khoaleeeeee/launchlens/issues" }, "homepage": "https://github.com/khoaleeeeee/launchlens#readme", "engines": { "node": ">=16.0.0" }, "dependencies": { "dotenv": "^16.3.1", "openai": "^4.20.0" } }