UNPKG

notarize-node-client

Version:
55 lines (54 loc) 1.42 kB
{ "name": "notarize-node-client", "version": "0.1.6", "description": "Node.js Client for Notarize.com Business API", "keywords": [ "notarize.com", "notarization", "e-sign", "api" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/flexbase-eng/notarize-node-client.git" }, "author": { "name": "Flexbase Technologies", "email": "hello@flexbase.app", "url": "https://flexbase.app" }, "contributors": [ "Bob Beaty <bob@flexbase.app>", "Patrick Flor <patrick@flexbase.app>" ], "engines": { "node": ">=18.*" }, "main": "build/index.js", "types": "build/index.d.ts", "files": [ "build" ], "devDependencies": { "@typescript-eslint/parser": "^6.15.0", "dotenv": "^16.3.1", "eslint": "^8.56.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.1.2", "prettier": "^3.1.1", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "dependencies": { "@types/node": ">=18.0.0", "camelcase-keys": "^7.0.2", "snakecase-keys": "^5.5.0" }, "scripts": { "ts": "ts-node -r dotenv/config", "prepublishOnly": "tsc --declaration", "lint": "eslint . --ext .ts --fix", "test": "echo 'This project currently uses manually run end-to-end tests; see https://github.com/flexbase-eng/notarize-node-client/tree/main#development for setup instructions.'" } }