{
  "name": "rudder-json-template-engine",
  "version": "0.5.3",
  "homepage": "https://github.com/rudderlabs/rudder-json-template-engine",
  "description": "A library for evaluating JSON template expressions.",
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "keywords": [
    "json",
    "jsonpath",
    "rudder",
    "rudderstack",
    "cdp",
    "engine"
  ],
  "author": "RudderStack",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/rudderlabs/rudder-json-template-engine.git"
  },
  "devDependencies": {
    "@babel/eslint-parser": "^7.19.1",
    "@commitlint/cli": "^17.4.4",
    "@commitlint/config-conventional": "^17.4.4",
    "@types/jest": "^29.4.0",
    "@types/mocha": "^10.0.1",
    "@types/node": "^18.14.6",
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "commander": "^10.0.0",
    "eslint": "^8.35.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "eslint-config-prettier": "^8.7.0",
    "eslint-config-standard-with-typescript": "^34.0.0",
    "eslint-plugin-import": "^2.27.5",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-unused-imports": "^2.0.0",
    "husky": "^8.0.3",
    "jest": "^29.4.3",
    "lint-staged": "^13.1.2",
    "prettier": "^2.8.4",
    "ts-jest": "^29.0.5",
    "ts-node": "^10.9.1",
    "typescript": "^4.9.5"
  },
  "scripts": {
    "test": "jest --coverage --verbose",
    "build": "tsc",
    "clean": "rm -rf build",
    "lint:fix": "eslint . --fix",
    "lint:check": "eslint . || exit 1",
    "format": "prettier --write '**/*.ts' '**/*.js' '**/*.json'",
    "prepare": "husky install",
    "jest:scenarios": "jest e2e.test.ts --verbose",
    "test:scenario": "ts-node test/test_scenario.ts",
    "test:stryker": "stryker run"
  },
  "lint-staged": {
    "*.(ts|json)": "prettier --write"
  },
  "files": [
    "build/**/*.[jt]s",
    "CHANGELOG.md"
  ]
}
