parser-de-notas-de-corretagem
Version:
Parse Brazilian brokerage notes PDFs (Rico, Clear, and Inter holders available)
86 lines (85 loc) • 2.59 kB
JSON
{
"name": "parser-de-notas-de-corretagem",
"version": "0.12.59",
"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": "npm run lint && jest --forceExit --runInBand --detectOpenHandles",
"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": {
"*.{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": ">=7.0.0",
"node": ">=17.0.0"
},
"dependencies": {
"axios": "^1.3.4",
"pdfjs-dist": "^3.11.174"
},
"devDependencies": {
"@babel/core": "^7.21.0",
"@babel/preset-env": "^7.20.2",
"@babel/preset-typescript": "^7.21.0",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@types/jest": "^29.4.0",
"@types/lodash": "^4.14.192",
"@types/node": "^18.14.0",
"@types/webpack": "^5.28.0",
"@types/webpack-node-externals": "^3.0.0",
"babel-jest": "^29.4.3",
"copy-webpack-plugin": "^12.0.2",
"eslint": "^8.34.0",
"eslint-config-standard-with-typescript": "^43.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.1.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.1.7",
"jest": "^29.7.0",
"lint-staged": "^15.4.3",
"lodash": "^4.17.21",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.0.4",
"webpack": "^5.75.0",
"webpack-cli": "^5.0.1",
"webpack-node-externals": "^3.0.0"
}
}