26 lines
771 B
JSON
26 lines
771 B
JSON
{
|
|
"name": "reddit_stock_analyzer",
|
|
"version": "1.0.0",
|
|
"description": "A powerful, installable command-line tool and web dashboard to scan Reddit for stock ticker mentions, perform sentiment analysis, generate insightful reports, and create shareable summary images.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.pkhamre.com:43721/pkhamre/reddit_stock_analyzer.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"devDependencies": {
|
|
"@tailwindcss/cli": "^4.1.11",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"tailwindcss": "^4.1.11"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindplus/elements": "^1.0.3"
|
|
}
|
|
}
|