cityssm/node-docushare

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@cityssm/docushare",
  "version": "1.1.2",
  "description": "An unofficial DocuShare API for NodeJS",
  "keywords": [
    "docushare",
    "document management",
    "xerox"
  ],
  "homepage": "https://github.com/cityssm/node-docushare#readme",
  "bugs": {
    "url": "https://github.com/cityssm/node-docushare/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/cityssm/node-docushare.git"
  },
  "license": "MIT",
  "author": "The Corporation of the City of Sault Ste. Marie",
  "type": "module",
  "exports": "./index.js",
  "types": "./index.d.ts",
  "scripts": {
    "test": "node ./test/findByHandle.js",
    "test:getChildren": "node ./test/getChildren.js",
    "test:findChildren": "node ./test/findChildren.js",
    "test:setTitle": "node ./test/setTitle.js",
    "test:deleteObject": "node ./test/deleteObject.js"
  },
  "dependencies": {
    "java-caller": "^2.4.0"
  },
  "devDependencies": {
    "@types/node": "^16.9.1",
    "@typescript-eslint/eslint-plugin": "^4.31.0",
    "@typescript-eslint/parser": "^4.31.0",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.24.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-unicorn": "^35.0.0"
  }
}