wip-webhook-helper
Version:
This utility helps with webhook notifications from Kentico Kontent
47 lines (46 loc) • 1.51 kB
JSON
{
"name": "wip-webhook-helper",
"version": "0.0.4",
"description": "This utility helps with webhook notifications from Kentico Kontent",
"repository": {
"type": "git",
"url": "https://github.com/Enngage/kontent-webhook-helper"
},
"author": "richard sustek",
"main": "./_commonjs/index.js",
"directories": {},
"scripts": {
"release": "standard-version",
"tsc-local": "./node_modules/.bin/tsc",
"mocha-local": "node ./node_modules/mocha/bin/mocha",
"ts-node-local": "./node_modules/.bin/ts-node",
"prepublishOnly": "npm run ts-lint:check && npm run test:all",
"publish:beta": "npm publish --tag=next",
"build:commonjs": "npm run tsc-local -- -m commonjs --outDir _commonjs",
"build:all": "npm run build:commonjs",
"test:all": "npm run build:all && npm run test:node",
"ts-lint-local": "./node_modules/.bin/tslint",
"ts-lint:fix": "npm run ts-lint:check -- --fix",
"ts-lint:check": "npm run ts-lint-local -- --project ./tsconfig.json",
"test:node": "npm run build:commonjs && npm run mocha-local -- \"_commonjs/test/**/*.js\""
},
"keywords": [
"Kentico",
"Kontent",
"Kentico Kontent",
"Kontent Webhook",
"Kontent Signature"
],
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "4.2.0",
"mocha": "7.1.0",
"@types/chai": "4.2.10",
"@types/mocha": "7.0.2",
"@types/node": "13.9.1",
"standard-version": "7.1.0",
"tslint": "6.1.0",
"typescript": "3.8.3"
}
}