{
  "name": "@segment/actions-shared",
  "description": "Shared destination action methods and definitions.",
  "version": "1.156.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/segmentio/action-destinations",
    "directory": "packages/actions-shared"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "package.json"
  ],
  "engines": {
    "node": "^18.17 || ^22.13"
  },
  "engineStrict": true,
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "scripts": {
    "build": "yarn tsc -b tsconfig.build.json",
    "clean": "tsc -b tsconfig.build.json --clean",
    "postclean": "rm -rf dist",
    "prepublishOnly": "yarn build",
    "test": "jest",
    "typecheck": "tsc -p tsconfig.build.json --noEmit"
  },
  "devDependencies": {
    "@types/jest": "^27.0.0",
    "jest": "^27.3.1",
    "nock": "^13.1.4"
  },
  "dependencies": {
    "@amplitude/ua-parser-js": "^0.7.25",
    "@segment/actions-core": "^3.170.0",
    "cheerio": "^1.0.0-rc.10",
    "dayjs": "^1.10.7",
    "escape-goat": "^3",
    "liquidjs": "^10.25.7",
    "lodash": "^4.18.1"
  },
  "jest": {
    "preset": "ts-jest",
    "globals": {
      "ts-jest": {
        "isolatedModules": true
      }
    },
    "testEnvironment": "node",
    "modulePathIgnorePatterns": [
      "<rootDir>/dist/"
    ],
    "moduleNameMapper": {
      "@segment/ajv-human-errors": "<rootDir>/../ajv-human-errors/src",
      "@segment/actions-core": "<rootDir>/../core/src",
      "@segment/destination-subscriptions": "<rootDir>/../destination-subscriptions/src"
    },
    "setupFilesAfterEnv": [
      "<rootDir>/test/setup-after-env.ts"
    ]
  },
  "gitHead": "7451efe1dafa542daec83ee42cbd3c20e90a377e"
}
