liveperson-functions-client
Version:
JavaScript client for LivePerson Functions.
65 lines (64 loc) • 1.58 kB
JSON
{
"name": "liveperson-functions-client",
"version": "2.0.2",
"description": "JavaScript client for LivePerson Functions.",
"author": {
"name": "LivePersonInc",
"email": "faas-lp@liveperson.com"
},
"license": "MIT",
"scripts": {
"check": "gts check",
"clean": "gts clean",
"compile": "tsc -p .",
"fix": "gts fix",
"prepare": "npm run compile",
"pretest": "npm run compile",
"test": "jest --coverage ./test/unit",
"test:singular": "jest test/unit/appJwtAuthentication.test.ts",
"integration": "jest ./test/integration",
"example": "npm run compile && node example.js",
"lint": "gts lint",
"posttest": "npm run lint"
},
"keywords": [
"LivePerson",
"Functions",
"Invocations"
],
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"files": [
"build"
],
"engines": {
"node": ">=14.15.0",
"npm": ">=6.4.0"
},
"dependencies": {
"got": "11.8.6",
"guid-typescript": "1.0.9",
"jsonwebtoken": "9.0.2",
"simple-oauth2": "5.1.0",
"statman-stopwatch": "2.18.1",
"verror": "1.10.1"
},
"devDependencies": {
"@types/jest": "29.2.5",
"@types/jsonwebtoken": "9.0.0",
"@types/node": "16.18.11",
"@types/simple-oauth2": "4.1.1",
"@types/verror": "1.10.6",
"crypto": "1.0.1",
"nock": "13.2.9",
"expect-more-jest": "5.4.2",
"gts": "3.1.1",
"jest": "29.7.0",
"oauth-1.0a": "2.2.6",
"ts-jest": "29.0.3",
"typescript": "4.9.4"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}