@cityssm/consigno-cloud-api
Version:
An unofficial wrapper around the ConsignO Cloud API.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "@cityssm/consigno-cloud-api",
"version": "1.2.0",
"description": "An unofficial wrapper around the ConsignO Cloud API.",
"keywords": [
"consigno",
"consigno-cloud",
"digital-signature",
"electronic-signature",
"e-signature"
],
"homepage": "https://github.com/cityssm/node-consigno-cloud-api#readme",
"bugs": {
"url": "https://github.com/cityssm/node-consigno-cloud-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cityssm/node-consigno-cloud-api.git"
},
"license": "MIT",
"author": "The Corporation of the City of Sault Ste. Marie",
"type": "module",
"exports": {
".": "./index.js",
"./debug": "./debug.config.js",
"./lookups.js": "./lookups.js",
"./utilities.js": "./utilities.js"
},
"scripts": {
"test": "node --test",
"test:utilities": "node --test test/utilities.test.js"
},
"dependencies": {
"@cityssm/to-millis": "^1.0.1",
"debug": "^4.4.3"
},
"devDependencies": {
"@cityssm/is-pdf": "^2.0.0",
"@types/debug": "^4.1.12",
"@types/node": "^24.5.2",
"eslint-config-cityssm": "^29.1.1",
"prettier-config-cityssm": "^1.0.0"
}
}