UNPKG

epo-ops-sdk

Version:

TypeScript SDK for the European Patent Office's Open Patent Services (OPS) API with OAuth support

62 lines (61 loc) 1.45 kB
{ "name": "epo-ops-sdk", "version": "0.1.19", "description": "TypeScript SDK for the European Patent Office's Open Patent Services (OPS) API with OAuth support", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "OPS.md", "LICENSE" ], "engines": { "node": ">=16.15.1" }, "scripts": { "build": "tsc", "lint": "eslint . --ext .ts", "prepare": "npm run build", "prepublishOnly": "npm run lint", "test": "jest", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "epo", "ops", "api", "typescript", "patent", "espacenet", "oauth" ], "author": "Abdullah Atrash", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/abdullahatrash/epo-ops-sdk.git" }, "bugs": { "url": "https://github.com/abdullahatrash/epo-ops-sdk/issues" }, "homepage": "https://github.com/abdullahatrash/epo-ops-sdk#readme", "dependencies": { "axios": "^1.8.4", "dotenv": "^16.4.7", "xml2js": "^0.6.2", "zod": "^3.22.4" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^20.11.24", "@types/xml2js": "^0.4.14", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "jest": "^29.7.0", "ts-jest": "^29.2.6", "typescript": "^5.3.3" } }