{
  "name": "@kentico/kontent-webhook-helper",
  "version": "1.2.0",
  "description": "This utility helps with webhook notifications from Kentico Kontent",
  "private": false,
  "repository": {
    "type": "git",
    "url": "https://github.com/Kentico/kontent-webhook-helper-js"
  },
  "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": {
    "@types/chai": "4.2.21",
    "@types/mocha": "9.0.0",
    "@types/node": "16.7.1",
    "chai": "4.3.4",
    "mocha": "9.1.0",
    "standard-version": "9.3.1",
    "tslint": "6.1.3",
    "typescript": "4.3.5"
  }
}
