UNPKG

parser-de-notas-de-corretagem

Version:
85 lines (84 loc) 2.65 kB
{ "name": "parser-de-notas-de-corretagem", "version": "0.15.33", "description": "Parse Brazilian brokerage notes PDFs (Rico, Clear, and Inter holders available)", "main": "notes-parser.js", "types": "notes-parser.d.ts", "scripts": { "build": "npm run lint && rm -rf out; tsc --declaration", "lint": "eslint src --fix", "pack": "npm run lint && rm -rf dist; webpack --mode production", "postinstall": "npx husky", "prepare": "husky", "pub": "npm publish ./dist --access=public", "smoke-test": "npm run lint && jest --forceExit --runInBand --detectOpenHandles --testPathIgnorePatterns crawler.test.ts", "test": "rm -rf out && tsc --declaration && rm -rf dist && webpack --mode production && jest --forceExit --runInBand --detectOpenHandles --testPathIgnorePatterns crawler.test.ts", "update-assets": "npm run build && node out/src/scripts/update.js" }, "repository": { "type": "git", "url": "git+https://github.com/planetsLightningArrester/parser-de-notas-de-corretagem.git" }, "lint-staged": { "src/*.{ts,js}": [ "npx eslint --fix" ] }, "keywords": [ "parser", "conversor", "notas", "corretagem", "notes", "brokerage", "assets", "auctions", "real estate", "Brazilian", "ações", "fii" ], "author": "Planet's Lightning Arrester", "license": "GNU GPLv3", "bugs": { "url": "https://github.com/planetsLightningArrester/parser-de-notas-de-corretagem/issues" }, "homepage": "https://github.com/planetsLightningArrester/parser-de-notas-de-corretagem#readme", "engines": { "npm": ">=11.0.0", "node": ">=24.0.0" }, "dependencies": { "axios": "^1.7.9", "pdfjs-dist": "^5.6.205" }, "devDependencies": { "@babel/core": "^7.29.0", "@babel/preset-env": "^7.29.5", "@babel/preset-typescript": "^7.28.5", "@commitlint/cli": "^19.8.1", "@commitlint/config-conventional": "^19.8.1", "@eslint/js": "^9.39.4", "@types/jest": "^29.5.14", "@types/lodash": "^4.17.24", "@types/node": "^18.19.130", "@types/webpack": "^5.28.5", "@types/webpack-node-externals": "^3.0.4", "babel-jest": "^29.7.0", "babel-plugin-transform-import-meta": "^2.2.1", "copy-webpack-plugin": "^14.0.0", "eslint": "^9.39.4", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^15.5.2", "lodash": "^4.18.1", "ts-jest": "^29.4.11", "ts-loader": "^9.5.7", "ts-node": "^10.9.2", "typescript": "^5.4.2", "typescript-eslint": "^8.59.4", "webpack": "^5.107.1", "webpack-cli": "^5.1.4", "webpack-node-externals": "^3.0.0" } }