@cxco/sdk-webhooks
Version:
DigitalCX Webhook library
46 lines (45 loc) • 1.24 kB
JSON
{
"name": "@cxco/sdk-webhooks",
"version": "1.2.2",
"description": "DigitalCX Webhook library",
"main": "lib/index.js",
"scripts": {
"preversion": "npm run test",
"prepublish": "npm run test",
"prepublishOnly": "npm run build",
"pretest": "npm run lint",
"test:watch": "jest --watch",
"test": "jest --verbose",
"lint": "eslint --fix \"**/*.js\"",
"prebuild": "rimraf lib",
"build": "babel src --out-dir lib --copy-files --ignore test.js"
},
"files": [
"lib"
],
"keywords": [
"cxco",
"DigitalCX",
"cxcompany"
],
"author": "CXCompany Front-end team <fe@cxcompany.com> (https://www.cxcompany.com/)",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"babel-jest": "^24.8.0",
"eslint": "^6.4.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"jest": "^24.8.0",
"rimraf": "^3.0.0"
},
"jest": {
"testEnvironment": "node"
}
}