@adobe/pdfservices-node-sdk
Version:
The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.
71 lines (70 loc) • 1.61 kB
JSON
{
"name": "@adobe/pdfservices-node-sdk",
"version": "4.1.0",
"author": "Adobe",
"description": "The Adobe PDF Services Node.js SDK provides APIs for creating, combining, exporting and manipulating PDFs.",
"keywords": [
"pdf",
"Adobe",
"acrobat",
"create",
"convert",
"export",
"merge",
"html2pdf",
"ocr",
"rotate",
"delete",
"rearrange",
"replace",
"insert",
"protect",
"removeprotection",
"split",
"document merge",
"document generation",
"extract",
"accessibility",
"auto-tag",
"electronic seal",
"sealing",
"sdk",
"api"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"homepage": "http://www.adobe.com/go/pdftoolsapi_doc",
"license": "http://adobe.com/go/terms",
"engines": {
"node": ">= 10.13.0",
"npm": ">= 5.6.0"
},
"dependencies": {
"axios": "^1.6.7",
"https-proxy-agent": "^7.0.4",
"log4js": "^6.9.1",
"uuid": "^9.0.1",
"xml2js": "^0.6.2"
},
"devDependencies": {
"@types/node": "^20.9.0",
"@types/uuid": "^9.0.7",
"@types/xml2js": "^0.4.14",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"ts-node": "^10.9.2",
"typedoc": "^0.25.10",
"typescript": "^5.3.3"
},
"scripts": {
"build": "tsc",
"eslint": "eslint --ext .ts src",
"eslint-fix": "eslint --ext .ts src --fix",
"generate-docs": "typedoc --name \"Adobe PDF Services SDK\"",
"tessa-npm-plugin": "tessa-npm-plugin update",
"test-dependencies-tessa": "bash ./scripts/tessa-npm-plugin.sh update"
}
}