UNPKG

captide

Version:

Get hundreds of thousands of financial documents into your AI app 🚀

57 lines (56 loc) • 1.41 kB
{ "name": "captide", "version": "0.2.8-beta", "description": "Get hundreds of thousands of financial documents into your AI app 🚀", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "rollup -c", "dev": "rollup -c -w", "test": "jest", "lint": "eslint src/**/*", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/captide-tech/captidejs.git" }, "keywords": [ "document-viewer", "react", "document-highlighting", "source-linking", "sec-filings", "embeddings" ], "author": "Captide", "license": "MIT", "bugs": { "url": "https://github.com/captide-tech/captidejs/issues" }, "homepage": "https://github.com/captide-tech/captidejs#readme", "peerDependencies": { "pdfjs-dist": "^5.2.0", "react": "^18.0.0", "react-dom": "^18.0.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^22.0.2", "@rollup/plugin-node-resolve": "^13.3.0", "@rollup/plugin-replace": "^6.0.2", "@rollup/plugin-typescript": "^8.5.0", "@types/react": "^18.0.9", "rollup": "^2.74.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-terser": "^7.0.2", "tslib": "^2.4.0", "typescript": "^4.6.4" }, "dependencies": { "xlsx": "^0.18.5" } }