egnyte-resellers
Version:
Library for managing things against the undocumented egnyte resellers API.
65 lines (64 loc) • 1.83 kB
JSON
{
"author": "Josh Stout <joshstout@gmail.com>",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"axios": "1.8.3",
"cheerio": "1.0.0-rc.12",
"http-cookie-agent": "6.0.8",
"tough-cookie": "5.1.2"
},
"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": "29.5.14",
"@types/node": "20.12.13",
"@types/tough-cookie": "4.0.5",
"commitizen": "4.3.1",
"concurrently": "9.1.2",
"cpy-cli": "5.0.0",
"cz-conventional-changelog": "3.3.0",
"husky": "9.1.7",
"jest": "29.7.0",
"pinst": "3.0.0",
"rimraf": "6.0.1",
"ts-jest": "29.2.6",
"ts-node": "10.9.2",
"typescript": "5.8.2"
},
"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.5",
"volta": {
"node": "20.11.1",
"yarn": "1.22.22"
}
}