UNPKG

@briancullen/aws-textract-parser

Version:

Library for converting AWS Textract responses into a more usable structure.

57 lines (56 loc) 1.51 kB
{ "name": "@briancullen/aws-textract-parser", "version": "0.0.2", "description": "Library for converting AWS Textract responses into a more usable structure.", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "docs": "typedoc && touch docs/.nojekyll", "build": "tsc", "lint": "eslint src/**/* test/**/*", "test": "jest --coverage" }, "keywords": [ "textract", "aws", "typescript" ], "author": "Brian Cullen", "license": "ISC", "devDependencies": { "@types/jest": "^24.0.20", "@types/node": "^12.11.7", "@typescript-eslint/eslint-plugin": "^2.5.0", "@typescript-eslint/parser": "^2.5.0", "aws-sdk": "^2.556.0", "eslint": "^6.6.0", "eslint-config-standard-with-typescript": "^10.0.0", "eslint-plugin-import": "^2.18.2", "eslint-plugin-node": "^10.0.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-standard": "^4.0.1", "jest": "^24.9.0", "jest-each": "^24.9.0", "ts-jest": "^24.1.0", "typedoc": "^0.15.0", "typescript": "^3.7.1-rc" }, "dependencies": {}, "peerDependencies": { "aws-sdk": "^2.556.0" }, "files": [ "lib/**/*" ], "repository": { "type": "git", "url": "git+https://github.com/briancullen/aws-textract-parser.git" }, "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/briancullen/aws-textract-parser/issues" }, "homepage": "https://github.com/briancullen/aws-textract-parser#readme" }