File: //home2/yenicep/garantili-kasko/node_modules/auth0/package.json
{
"name": "auth0",
"version": "2.42.0",
"description": "SDK for Auth0 API v2",
"main": "src/index.js",
"sideEffects": false,
"files": [
"src"
],
"scripts": {
"test": "mocha --reporter spec './test/**/*.tests.js'",
"test:ci": "nyc npm run test -- --forbid-only --reporter mocha-junit-reporter",
"test:coverage": "codecov",
"test:watch": "cross-env NODE_ENV=test mocha --timeout 5000 './test/**/*.tests.js' './test/*.tests.js' --watch",
"jsdoc:generate": "jsdoc --configure .jsdoc.json --verbose",
"precommit": "pretty-quick --staged",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "https://github.com/auth0/node-auth0"
},
"engines": {
"node": ">=8.3.0"
},
"keywords": [
"auth0",
"api"
],
"author": "Auth0",
"license": "MIT",
"bugs": {
"url": "https://github.com/auth0/node-auth0/issues"
},
"homepage": "https://github.com/auth0/node-auth0",
"dependencies": {
"axios": "^0.26.1",
"form-data": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.12.1",
"lru-memoizer": "^2.1.4",
"rest-facade": "^1.16.3",
"retry": "^0.13.1"
},
"devDependencies": {
"chai": "^4.2.0",
"codecov": "^3.7.2",
"cross-env": "^5.2.0",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-jsdoc": "^37.0.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-promise": "^6.0.0",
"husky": "^3.0.1",
"jsdoc": "^3.6.7",
"json-loader": "^0.5.7",
"jws": "^3.2.2",
"minami": "^1.2.3",
"mocha": "^8.4.0",
"mocha-junit-reporter": "^2.0.0",
"nock": "^10.0.6",
"nyc": "^14.1.1",
"pem": "^1.14.2",
"prettier": "2.4.1",
"pretty-quick": "^1.11.1",
"proxyquire": "^2.1.3",
"sinon": "^11.1.2",
"string-replace-webpack-plugin": "0.1.3",
"webpack": "^4.36.1"
}
}