mindee
Version:
Mindee Client Library for Node.js
78 lines (77 loc) • 2.36 kB
JSON
{
"name": "mindee",
"version": "4.29.0-rc5",
"description": "Mindee Client Library for Node.js",
"main": "src/index.js",
"bin": "bin/mindee.js",
"license": "MIT",
"scripts": {
"build": "tsc --build",
"build-for-dist": "tsc --build && cp LICENSE README.md CHANGELOG.md ./dist",
"clean": "rm -rf ./dist ./docs/_build",
"test": "mocha \"tests/**/*.spec.ts\" --config .mocharc.json",
"test-integration": "mocha \"tests/**/*.integration.ts\"",
"lint": "eslint './src/**/*.ts' --report-unused-disable-directives && echo 'Your .ts files look good.'",
"lint-fix": "eslint './src/**/*.ts' --fix",
"docs": "typedoc --out docs/_build ./src/index.ts",
"docs-for-dist": "typedoc --out docs/_build ./src/index.ts && cp -r ./docs/code_samples ./docs/_build/"
},
"files": [
"src/*",
"bin/*",
"LICENSE",
"README.md",
"CHANGELOG.md"
],
"engines": {
"node": ">= 16"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mindee/mindee-api-nodejs.git"
},
"author": {
"name": "Mindee",
"email": "opensource@mindee.com",
"url": "https://mindee.com/"
},
"bugs": {
"url": "https://github.com/mindee/mindee-api-nodejs/issues"
},
"homepage": "https://mindee.com/",
"devDependencies": {
"@types/chai": "^4.3.4",
"@types/mocha": "^10.0.10",
"@types/node": "^18.15.11",
"@types/tmp": "^0.2.6",
"@typescript-eslint/eslint-plugin": "^8.36.0",
"@typescript-eslint/parser": "^8.36.0",
"chai": "^4.3.10",
"eslint": "^9.15.0",
"eslint-plugin-jsdoc": "^50.5.0",
"mocha": "^11.7.1",
"nock": "^13.5.6",
"ts-node": "^10.9.2",
"typedoc": "~0.28.7",
"typescript": "^5.6.3"
},
"dependencies": {
"@cantoo/pdf-lib": "^2.3.2",
"commander": "~9.4.1",
"file-type": "~16.5.4",
"form-data": "~3.0.1",
"node-poppler": "^7.2.2",
"pdf.js-extract": "^0.2.1",
"sharp": "^0.33.5",
"tmp": "^0.2.3",
"tslib": "^2.8.1"
},
"keywords": [
"typescript",
"mindee",
"api",
"client",
"client library",
"nodejs"
]
}