document-extraction-service
Version:
A service for handling document extraction and processing
47 lines (46 loc) • 1.1 kB
JSON
{
"name": "document-extraction-service",
"version": "1.0.3",
"description": "A service for handling document extraction and processing",
"main": "src/index.js",
"scripts": {
"test": "jest",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "npm run test",
"prepublishOnly": "npm run lint"
},
"keywords": [
"document",
"extraction",
"processing",
"chunks"
],
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^1.6.0",
"express": "^4.18.0",
"form-data": "^4.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"eslint": "^8.0.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-node": "^11.1.0",
"jest": "^29.0.0"
},
"files": [
"src/",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/document-extraction-service.git"
},
"bugs": {
"url": "https://github.com/yourusername/document-extraction-service/issues"
},
"homepage": "https://github.com/yourusername/document-extraction-service#readme"
}