yale-doorman
Version:
SDK for Yale Doorman through the Yale cloud API
69 lines (68 loc) • 2.04 kB
JSON
{
"name": "yale-doorman",
"version": "3.0.0",
"description": "SDK for Yale Doorman through the Yale cloud API",
"private": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
"author": "Jørgen Grimnes",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jorgenkg/nodejs-yale-doorman.git"
},
"scripts": {
"prepare": "npx husky install && npx patch-package",
"test": "npx tape --enable-source-maps --unhandled-rejections=strict dist/test/integration/*.js",
"dist": "rm -rf dist/ && npx tsc --build tsconfig.prod.json && rm dist/lib/@types/*.js",
"clean": "rm -rf dist/",
"release": "npm run clean && npm run dist && npm run test && standard-version -a",
"generate-docs": "npx typedoc --excludePrivate --hideGenerator --includeVersion --readme ./README.md --out docs index.ts lib"
},
"dependencies": {
"debug": "^4.3.3",
"got": "^11.8.2"
},
"devDependencies": {
"@commitlint/config-conventional": "15.0.0",
"@sinonjs/fake-timers": "8.1.0",
"@types/debug": "4.1.7",
"@types/koa": "2.13.4",
"@types/koa-bodyparser": "4.3.5",
"@types/koa-route": "3.2.5",
"@types/node": "17.0.4",
"@types/sinonjs__fake-timers": "8.1.1",
"@types/tape": "4.13.2",
"@typescript-eslint/eslint-plugin": "5.8.0",
"@typescript-eslint/parser": "5.8.0",
"changelog-parser": "2.8.0",
"commitlint": "15.0.0",
"eslint": "8.5.0",
"eslint-plugin-sort-imports-es6-autofix": "0.6.0",
"husky": "7.0.4",
"koa": "2.13.4",
"koa-bodyparser": "4.3.0",
"koa-route": "3.2.0",
"patch-package": "6.4.7",
"standard-version": "9.3.2",
"tape": "5.3.2",
"typedoc": "0.22.10",
"typedoc-plugin-missing-exports": "0.22.6",
"typescript": "4.5.4",
"why-is-node-running": "2.2.0"
},
"keywords": [
"yaledoorman",
"yale doorman",
"yale-doorman",
"yale",
"doorman v2n"
],
"engines": {
"node": ">=10.0"
},
"files": [
"dist/lib",
"dist/index.*"
]
}