mirror of
https://github.com/0xrsydn/idx-cli.git
synced 2026-08-07 01:33:52 +00:00
- Parse 73-page KSEI/IDX >1% ownership PDF (27-Feb-2026 snapshot) - 7,257 ownership records across 955 tickers, 5,195 unique investors - OWNERSHIP_FEATURE_DESIGN.md: SQLite schema, entity graph model, CLI commands, data pipeline, entity resolution strategy - Raw analysis artifacts (extracted text, analysis JSON)
16 lines
299 B
JSON
16 lines
299 B
JSON
{
|
|
"name": "research",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"pdf-parse": "^1.1.1",
|
|
"pdf2json": "^4.0.2"
|
|
}
|
|
}
|