UNPKG

egnyte-resellers

Version:

Library for managing things against the undocumented egnyte resellers API.

65 lines (64 loc) 1.82 kB
{ "author": "Josh Stout <joshstout@gmail.com>", "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } }, "dependencies": { "axios": "1.13.2", "cheerio": "1.1.2", "http-cookie-agent": "7.0.3", "tough-cookie": "6.0.0" }, "description": "Library for managing things against the undocumented egnyte resellers API.", "devDependencies": { "@pliancy/eslint-config-ts": "1.1.1", "@pliancy/semantic-release-config-npm": "2.2.0", "@types/jest": "30.0.0", "@types/node": "25.0.3", "@types/tough-cookie": "4.0.5", "commitizen": "4.3.1", "concurrently": "9.2.1", "cpy-cli": "6.0.0", "cz-conventional-changelog": "3.3.0", "husky": "9.1.7", "jest": "30.2.0", "pinst": "3.0.0", "rimraf": "6.1.2", "ts-jest": "29.4.6", "ts-node": "10.9.2", "typescript": "5.9.3" }, "homepage": "https://github.com/pliancy/egnyte-resellers-node", "keywords": [ "egnyte", "resellers", "msp" ], "license": "MIT", "main": "index.js", "name": "egnyte-resellers", "repository": { "type": "git", "url": "https://github.com/pliancy/egnyte-resellers-node" }, "scripts": { "build": "yarn clean && yarn test && yarn tsc && yarn copy", "build:check": "tsc --noEmit", "clean": "rimraf coverage dist tmp", "copy": "pinst --disable && cpy package.json dist && cpy README.md dist && pinst --enable", "lint": "eslint \"src/**/*.ts\" --fix", "_postinstall": "husky install", "qa": "concurrently 'yarn lint' 'yarn test' 'yarn clean' 'yarn build:check'", "semantic-release": "semantic-release", "test": "jest", "tsc": "tsc -p tsconfig.build.json" }, "types": "index.d.ts", "version": "2.0.7", "volta": { "node": "24.12.0", "yarn": "1.22.22" } }