UNPKG

@brbeaird/myq

Version:

A commonJS fork of hjdhjd's myq implementation

56 lines (55 loc) 1.36 kB
{ "name": "@brbeaird/myq", "version": "1.0.3", "displayName": "myQ API", "description": "A commonJS fork of hjdhjd's myq implementation", "author": { "name": "HJD", "url": "https://github.com/brbeaird" }, "homepage": "https://github.com/brbeaird/myq#readme", "license": "ISC", "repository": { "type": "git", "url": "git://github.com/brbeaird/myq.git" }, "bugs": { "url": "https://github.com/brbeaird/myq/issues" }, "keywords": [ "chamberlain", "craftsman", "door", "garage", "garage door", "liftmaster", "myq", "remote" ], "engines": { "node": ">=16" }, "main": "dist/index.js", "scripts": { "build": "rimraf ./dist && tsc", "clean": "rimraf ./dist", "lint": "eslint src/**.ts", "postpublish": "npm run clean", "prepublishOnly": "npm run lint && npm run build", "test": "eslint src/**.ts", "watch": "npm run build && npm link && nodemon" }, "devDependencies": { "@types/node": "20.5.6", "@typescript-eslint/eslint-plugin": "6.4.1", "@typescript-eslint/parser": "6.4.1", "eslint": "8.48.0", "rimraf": "5.0.1", "typescript": "5.2.2" }, "dependencies": { "@adobe/fetch": "^3.6.5", "node-html-parser": "6.1.6", "pkce-challenge": "^3.0.0" } }